From d994f1cfd4d9e04fc45e40f911b1d72b786d5d03 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 28 Sep 2018 11:15:36 +0200 Subject: [PATCH] git-annex: update sha256 for new version 6.20180926 --- 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 d01c1e8a6c5..40bd4a7f0c9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -86,7 +86,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 = "1y56dlhx3azny5hzixn9x4kmzzpmakzyvw45qk8x4ffsc7jqq5bs"; + sha256 = "09rhss1s6gxmqvb8k2l0f55mv38igyvikmm6d07zxkw6049q3maz"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;