From 15d6b7740200bd22bbb0659ab41792b6c93017d3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 7 May 2019 23:09:35 +0200 Subject: [PATCH] git-annex: fix sha256 hash for version 7.20190503 --- 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 db7aa06d6de..8674345d912 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 = "08gw3b5gbbxs2dr3b4zf9xsvhbvpqjj4ikmvzmcvs3fh1q65xbgl"; + sha256 = "1mi99m5qsiav691ks1xdzrwrc8fgcl52p5n5kcvrld369qq8b4ns"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;