summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-28 12:30:57 +0200
committerPeter Simons <simons@cryp.to>2018-04-28 15:37:59 +0200
commitc60c6a2443ab45169996aba33ae883622bbc1026 (patch)
treeb36491873518e9969c032361e20e3832d9592ddf
parent99dc2d6f0f8cfd6427e29bc7371ec0cabdcaa47a (diff)
downloadnixlib-c60c6a2443ab45169996aba33ae883622bbc1026.tar
nixlib-c60c6a2443ab45169996aba33ae883622bbc1026.tar.gz
nixlib-c60c6a2443ab45169996aba33ae883622bbc1026.tar.bz2
nixlib-c60c6a2443ab45169996aba33ae883622bbc1026.tar.lz
nixlib-c60c6a2443ab45169996aba33ae883622bbc1026.tar.xz
nixlib-c60c6a2443ab45169996aba33ae883622bbc1026.tar.zst
nixlib-c60c6a2443ab45169996aba33ae883622bbc1026.zip
git-annex: update sha256 hash for new 6.2018042 version
-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 cfa80062e3be..82ac96d2c85d 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 = "011kiyy1anj99ab70npl5i7pcqri0pdk04s4cvdm39zyas5m9lbd";
+      sha256 = "05rygb8jm4nh7ggzihz6664hcgwkbqspi8gbpkpf7l7wwvzdm1rd";
     };
   })).overrideScope (self: super: {
     aws = dontCheck (self.aws_0_18);