From 5052ac8d2572cd5820bc3a136e74531b15789f19 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 14 May 2017 11:43:15 +0200 Subject: [PATCH] git-annex: fix hash for new version --- 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 d277d5dbed4..67fe4415787 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -66,7 +66,7 @@ self: super: { src = pkgs.fetchgit { url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + drv.version; - sha256 = "0irvzwpwxxdy6qs7jj81r6qk7i1gkkqyaza4wcm0phyyn07yh2sz"; + sha256 = "0i08zxk68kbg6k0d9af97r9nr5vidsy63hx22fdp7c5jp64f967q"; }; }))).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;