summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-17 19:27:59 +0200
committerPeter Simons <simons@cryp.to>2018-05-19 22:24:31 +0200
commit49fc5f004495a89e6b089fd6fa4dc566c7051530 (patch)
tree86a4ee2d6bd1f1090c9011545beae9333441c2b7 /pkgs/development/haskell-modules/configuration-common.nix
parentc2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45 (diff)
downloadnixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.tar
nixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.tar.gz
nixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.tar.bz2
nixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.tar.lz
nixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.tar.xz
nixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.tar.zst
nixlib-49fc5f004495a89e6b089fd6fa4dc566c7051530.zip
git-annex: update sha256 hash for the new version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 f37983082047..2fc5c20c3374 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 = "05rygb8jm4nh7ggzihz6664hcgwkbqspi8gbpkpf7l7wwvzdm1rd";
+      sha256 = "1w0gzqk70ymlpvh9zqkg1cd3ipaw4n85k4zsf49xl6kjp4vbcmwj";
     };
   })).overrideScope (self: super: {
     aws = dontCheck (self.aws_0_18);