summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-10 20:38:36 +0100
committerPeter Simons <simons@cryp.to>2020-01-10 20:56:20 +0100
commit0685be711ebb16a458ba29216eb081ec7194a9fa (patch)
tree8cc6be321e23f1170ac40ee0737b6d7595b2683b /pkgs/development/haskell-modules
parent4ef37f42100b4a66018f7b0807385a26e9178ae8 (diff)
downloadnixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.tar
nixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.tar.gz
nixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.tar.bz2
nixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.tar.lz
nixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.tar.xz
nixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.tar.zst
nixpkgs-0685be711ebb16a458ba29216eb081ec7194a9fa.zip
git-annex: update sha256 hash for version 7.20191230
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 8462e9b4549..857a81393a0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -74,7 +74,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 = "1i4arhwbc05iz8hl7kk843m2f49i3ysby1kxcm9qfhpk7z9nyzj4";
+      sha256 = "0s8sv6h90l2a9xdabj0nirhpr6d2k8s5cddjdkm50x395i014w31";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;