From 56a4c3750ed763d1ab55a341de40c7f20b197cb8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Nov 2017 13:52:00 +0100 Subject: [PATCH] git-annex: fix sha256 hash after upstream update --- 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 f7df3ec3158..27bf4012a78 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -98,7 +98,7 @@ self: super: { name = "git-annex-${drv.version}-src"; url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + drv.version; - sha256 = "0iz0yz0bwkmpza5qahsxr9plg1ylmkv7znp1a8f0z65px7f300an"; + sha256 = "14449sllp81d23mnjwn1m658kzry5qvww2ykxkbkdcrlz6kl6dy0"; }; })).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;