From 23019ba481158a47ddcf273a6dc69304c324ef0e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 22 Jun 2021 04:21:41 +0200 Subject: [PATCH] haskellPackages.git-annex: Fix hash --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 17817f17e45a..0f4b58dbb854 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -64,7 +64,7 @@ self: super: { name = "git-annex-${super.git-annex.version}-src"; url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + super.git-annex.version; - sha256 = "1wig8nw2rxgq86y88m1f1qf93z5yckidf1cs33ribmhqa1hs300p"; + sha256 = "0s9md7bzblzxlpbpna1wa6pxaf44l4g7s0xqwj6rci7h7kp55qqv"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;