From 742348dff5d3704190754820b482aac4a3a1a52e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Sep 2019 18:18:06 +0200 Subject: [PATCH] git-annex: update sha256 hash for new release 7.20190912 --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;