about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-07-03 16:25:16 +0200
committerPeter Simons <simons@cryp.to>2019-07-04 09:41:23 +0200
commitc40e87291d15a225cb25bce8831d13ba05860439 (patch)
tree61f543d21ad881e85ce41e1f59d9d4c34067f941 /pkgs/development/haskell-modules
parent0b12f0b064589db88cb21bc519136f9fc7efa5cf (diff)
downloadnixlib-c40e87291d15a225cb25bce8831d13ba05860439.tar
nixlib-c40e87291d15a225cb25bce8831d13ba05860439.tar.gz
nixlib-c40e87291d15a225cb25bce8831d13ba05860439.tar.bz2
nixlib-c40e87291d15a225cb25bce8831d13ba05860439.tar.lz
nixlib-c40e87291d15a225cb25bce8831d13ba05860439.tar.xz
nixlib-c40e87291d15a225cb25bce8831d13ba05860439.tar.zst
nixlib-c40e87291d15a225cb25bce8831d13ba05860439.zip
git-annex: update sha256 hash for version 7.20190626
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 15e43024c7e7..81d6c0a4458c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -72,7 +72,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 = "1jqsv02w84r3gxp5cihwkw3sz06n32z72kvrdg0hkq997pv4vm6a";
+      sha256 = "02vj13qyzjbk14ddpabycq2mwzggsk63vddffjyzaqpy9d7x35s9";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;