summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-18 18:18:06 +0200
committerPeter Simons <simons@cryp.to>2019-09-19 12:33:05 +0200
commit742348dff5d3704190754820b482aac4a3a1a52e (patch)
tree1d3f9ea0070fd06d6b8714d3df752f77dcca8231 /pkgs
parent0d67be04168552eef267c66f4c41169261fd8feb (diff)
downloadnixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.tar
nixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.tar.gz
nixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.tar.bz2
nixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.tar.lz
nixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.tar.xz
nixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.tar.zst
nixpkgs-742348dff5d3704190754820b482aac4a3a1a52e.zip
git-annex: update sha256 hash for new release 7.20190912
Diffstat (limited to 'pkgs')
-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 a3cffdb8a1d..6dab3cee350 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -69,7 +69,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 = "1795sad0jr2da2pn28nbqsvpld6zw8gf9yscywixkbabf7ls66fn";
+      sha256 = "1ackqjkwkfm3kazlyy4nwdjf6wwjlajql1hrznaki5138nw4gxs4";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;