about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-11-10 13:52:00 +0100
committerPeter Simons <simons@cryp.to>2017-11-11 17:38:26 +0100
commit56a4c3750ed763d1ab55a341de40c7f20b197cb8 (patch)
treef3fb731070f5a16b514ff996cfbc60147314f8b8
parente876aa4db9ee9d995db158e5865b3a986204273e (diff)
downloadnixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.tar
nixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.tar.gz
nixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.tar.bz2
nixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.tar.lz
nixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.tar.xz
nixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.tar.zst
nixlib-56a4c3750ed763d1ab55a341de40c7f20b197cb8.zip
git-annex: fix sha256 hash after upstream update
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f7df3ec31581..27bf4012a784 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;