From 045f95d9b90545a7bb0cd7cecc8d3d1675558602 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Feb 2020 17:11:18 +0100 Subject: [PATCH] git-annex: update sha256 hash for version 8.20200226 --- 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 6d59e912955..2a55d8095a4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -74,7 +74,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 = "1shb1jgm78bx88rbsr1nmimjzzfqw96qdr38mcrr1c2qz5ky820v"; + sha256 = "0pl0yip7zp4i78cj9jqkmm33wqaaaxjq3ggnfmv95y79yijd6yh4"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;