From 1bc120fa5faf996a248bdbb4cb7c4327ca368e06 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 2 Nov 2018 17:29:06 +0100 Subject: [PATCH] git-annex: update sha256 hash for new version 7.20181031 --- 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 33f498d922b..08597e4644c 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 = "069w4gdb104lc3vp48k3wywmgql56yc5g2g2i240xrr88in3qvqw"; + sha256 = "0mgmxcr36b86jh56my3vhp9y4cravi0hbppa463q3c21a1cmjc19"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;