From 3a1a49c9ab05faaa40f4617062020689406899f0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Jun 2019 16:58:53 +0200 Subject: [PATCH] git-annex: update sha256 for version 7.20190615 --- 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 ff0b2bd8224..9577a14c4d1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -72,7 +72,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 = "0arripb1w3dcabjipdjrdq46q2z0l4b7jp0vl5iyhq7j0blg13xh"; + sha256 = "1jqsv02w84r3gxp5cihwkw3sz06n32z72kvrdg0hkq997pv4vm6a"; }; }).override { dbus = if pkgs.stdenv.isLinux then self.dbus else null;