From d559edc277cdcbcfb7b095e97e65efdfaad5424e Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Sat, 21 Oct 2017 20:42:20 -0400 Subject: [PATCH] git-annex: update sha --- 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 1aa063447e56..f0ee15468a6a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -98,7 +98,7 @@ self: super: { name = "git-annex-${drv.version}-src"; url = "git://git-annex.branchable.com/"; rev = "refs/tags/" + drv.version; - sha256 = "0ky3avbda1avccalkh7ifjnll37cjjmdyypw9m1glsrzgzmr5lbr"; + sha256 = "1143qcsljp66v0xvq2a2nqji24890rnmxcmwnxw8xj818gqk0p3m"; }; })).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;