about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-04-03 21:45:21 +0200
committerPeter Simons <simons@cryp.to>2020-04-03 22:00:30 +0200
commit35c3eb67379f3a4b35752f09ed68b5f2f89de0b6 (patch)
treecadb1acc272be2f94d172b904d8f3db98a83100d /pkgs/development
parent996c95b08f7ab3f14b52bf2da8cdb889b6934543 (diff)
downloadnixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.tar
nixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.tar.gz
nixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.tar.bz2
nixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.tar.lz
nixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.tar.xz
nixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.tar.zst
nixlib-35c3eb67379f3a4b35752f09ed68b5f2f89de0b6.zip
git-annex: update sha256 hash for new version 8.20200330
Diffstat (limited to 'pkgs/development')
-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 9c3b99f3525f..9ecf7e3bd1f0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -83,7 +83,7 @@ self: super: {
       name = "git-annex-${super.git-annex.version}-src";
       url = "git://git-annex.branchable.com/";
       rev = "refs/tags/" + super.git-annex.version;
-      sha256 = "0y2qcjahi705c6nnypqpa5w3bzyzk4kqvbwfnpiaxzk5vna589gg";
+      sha256 = "1jjw6ar8ddcncwzksyx2xky50sm2jg1zjr7iiqk0vn8qq0fn2gwy";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;