From 4c6dcdff4d3877244634775c40b74f1c3ee854af Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 8 May 2019 14:40:02 +0200 Subject: [PATCH] git-annex: update sha256 hash for version 7.20190507 --- 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 8674345d9125..1ab376ab103f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -84,7 +84,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 = "1mi99m5qsiav691ks1xdzrwrc8fgcl52p5n5kcvrld369qq8b4ns"; + sha256 = "0arripb1w3dcabjipdjrdq46q2z0l4b7jp0vl5iyhq7j0blg13xh"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;