about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-23 17:03:29 +0100
committerPeter Simons <simons@cryp.to>2019-03-23 17:06:25 +0100
commit35a504415f65c514df993dd93fcb3b51f9e9b76a (patch)
tree7e96238e1d0494df004af9ace42ce1b25290191d /pkgs/development/haskell-modules
parentb23f9e540fd84a0238752050af94372b025abc6a (diff)
downloadnixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.tar
nixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.tar.gz
nixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.tar.bz2
nixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.tar.lz
nixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.tar.xz
nixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.tar.zst
nixlib-35a504415f65c514df993dd93fcb3b51f9e9b76a.zip
git-annex: update sha256 hash for new version 7.20190322
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 298d8d581310..245714822ccc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -84,7 +84,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 = "1v2v6cwy957y5rgclb66ia7bl5j5mx291s3lh2swa39q3420m6v0";
+      sha256 = "08gw3b5gbbxs2dr3b4zf9xsvhbvpqjj4ikmvzmcvs3fh1q65xbgl";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;