haskellPackages.git-annex: update hash

This commit is contained in:
Wolfgang Walther
2026-06-28 10:32:42 +02:00
parent 435e7264b6
commit ffbec19b05

View File

@@ -672,7 +672,7 @@ with haskellLib;
name = "git-annex-${super.git-annex.version}-src";
url = "git://git-annex.branchable.com/";
tag = super.git-annex.version;
sha256 = "sha256-VB0IC2cT2FFwZcE5P/epIHMCpYeZrG8TjdC+o2zl5vc=";
sha256 = "sha256-AfsPn3RS9fbcB+6MoAifjq0V/+h3dkjrgzs8qO+am2E=";
# delete android and Android directories which cause issues on
# darwin (case insensitive directory). Since we don't need them
# during the build process, we can delete it to prevent a hash
@@ -687,8 +687,6 @@ with haskellLib;
# TODO(@sternenseemann): submit upstreamable patch resolving this
# (this should be possible by also taking PREFIX into account).
./patches/git-annex-no-usr-prefix.patch
# Fix build with http-types >= 0.12.5, will be part of next release
./patches/git-annex-http-types-0.12.5.patch
];
postPatch = ''