From 3fc0c769b0c70b706a10497c100df22dbe8c0640 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 28 Sep 2017 11:33:44 +0200 Subject: [PATCH] git-annex: update to version 6.20170925 --- 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 8b2dbdf27f1..61b8d8c5966 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 = "15d29hmbl146axjgbm4qhxpz6ypcq1bjf2aj29yhwh5jmznh58i2"; + sha256 = "03fa03n4zkpj5z3ma1ahvnxd85dni2aikqayqf838jvfl7bd5b9n"; }; })).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;