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>2016-10-12 17:47:03 +0200
committerPeter Simons <simons@cryp.to>2016-10-12 17:50:20 +0200
commitea1a8cf5f096bc6c3da917519ff34e403ef0712e (patch)
treeaf4a780ae1b633cf2e0cf5825f3c4f8c7f0b1cc2 /pkgs/development/haskell-modules/configuration-common.nix
parent61a789888af50a2afa2c23d21355d42a570e2e8b (diff)
downloadnixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.tar
nixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.tar.gz
nixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.tar.bz2
nixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.tar.lz
nixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.tar.xz
nixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.tar.zst
nixlib-ea1a8cf5f096bc6c3da917519ff34e403ef0712e.zip
git-annex: bump to latest 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 be7cf7302b70..fa84e5ce508e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -43,7 +43,7 @@ self: super: {
     src = pkgs.fetchFromGitHub {
       owner = "joeyh";
       repo = "git-annex";
-      sha256 = "11xgnryvwh3a1dcd5bczrh6wwf23xa74p31cqvnhf2s6q8cb0aai";
+      sha256 = "1j29ydbw86j3qd4qb4l348pcnjd24irgdra9ss2afi6w2pn60yjn";
       rev = drv.version;
     };
     doCheck = false;  # version 6.20160907 has a test suite failure; reported upstream