From ec2d05bd7a7d73d7ab3eacee4586f62634f02322 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Oct 2020 20:43:52 +0200 Subject: [PATCH] git-annex: update to new version 8.20201007 --- 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 f3b48523fda2..f45e56f9f054 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 = "19ipaalp9g25zhg44rialwhp2fv5n8q5fzqw72rfcjcca5iy6r72"; + sha256 = "05yvl09ksyvzykibs95996rni9x6w03yfqyv2fadd73z1m6lq5bf"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;