summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-29 20:32:16 +0100
committerPeter Simons <simons@cryp.to>2021-01-29 21:02:35 +0100
commit5726a50602828e042f3ad77b2c7eb757234d4862 (patch)
treed4f1f039f51ab21fc0bce762b7528a5389f4c069 /pkgs
parent51dd1502bbc5458add684a4d8b613d8f9a52cd76 (diff)
git-annex: update sha256 hash for the new 8.20210127 version
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8cc58b9a27f3..72492d2140e5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -64,7 +64,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 = "0w71kbz127fcli24sxsvd48l5xamwamjwhr18x9alam5cldqkkz1";
+ sha256 = "1m9jfr5b0qwajwwmvcq02263bmnqgcqvpdr06sdwlfz3sxsjfp8r";
};
}).override {
dbus = if pkgs.stdenv.isLinux then self.dbus else null;