From ffbec19b056f4986f52ddd588f18c4774df2227c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 28 Jun 2026 10:32:42 +0200 Subject: [PATCH] haskellPackages.git-annex: update hash --- pkgs/development/haskell-modules/configuration-common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3991317bf528..f1639b54f8c6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 = ''