about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-01 09:56:41 +0200
committerPeter Simons <simons@cryp.to>2018-06-05 09:34:11 +0200
commitb2d07e093fd14adca8d1b6b7a4bb522cf7416ce0 (patch)
treebc817b863054ff4a5e387db610e0459b2e50505e /pkgs/development/haskell-modules
parenteca586e0e83a624b31c6b3ce91cf591453380952 (diff)
downloadnixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.tar
nixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.tar.gz
nixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.tar.bz2
nixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.tar.lz
nixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.tar.xz
nixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.tar.zst
nixlib-b2d07e093fd14adca8d1b6b7a4bb522cf7416ce0.zip
git-annex: update sha256 hash for new version
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 387983003af3..b92ba205b843 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 = "1w0gzqk70ymlpvh9zqkg1cd3ipaw4n85k4zsf49xl6kjp4vbcmwj";
+      sha256 = "0cz044zjp067xjx0dw1yg3n7vnrkn1j3rvnk9i3jf1aqfvm1szwy";
     };
   })).overrideScope (self: super: {
     aws = dontCheck (self.aws_0_18);