about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-11 10:35:38 +0200
committerPeter Simons <simons@cryp.to>2018-04-11 11:25:30 +0200
commit726ee1dbb8fcca6a71998a0e828b09f5a2c00944 (patch)
tree46066e8a6f48929102c945047d972f3c6d46c620 /pkgs
parent120a7ffb55526da01e81c782e0fae70c6560fe01 (diff)
downloadnixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.tar
nixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.tar.gz
nixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.tar.bz2
nixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.tar.lz
nixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.tar.xz
nixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.tar.zst
nixlib-726ee1dbb8fcca6a71998a0e828b09f5a2c00944.zip
git-annex: update sha256 hash for the new version
Diffstat (limited to 'pkgs')
-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 6d33dfd940b9..bf489d623943 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -82,7 +82,7 @@ self: super: {
       name = "git-annex-${drv.version}-src";
       url = "git://git-annex.branchable.com/";
       rev = "refs/tags/" + drv.version;
-      sha256 = "0qi5wpsvw6g8xrri1pr0401370acs5sg75myr0h5mjad6pvqc667";
+      sha256 = "011kiyy1anj99ab70npl5i7pcqri0pdk04s4cvdm39zyas5m9lbd";
     };
   })).overrideScope (self: super: {
     aws = dontCheck (self.aws_0_18);