summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-21 16:10:57 +0200
committerPeter Simons <simons@cryp.to>2018-07-21 16:22:13 +0200
commit26b313accf38faf64bb974542f93013b98da091f (patch)
tree17985378606b4dc2a09d563acef5c584c56ab329 /pkgs/development/haskell-modules/configuration-common.nix
parentab4bff2b7711aa0af882ae90930840546338b3ef (diff)
downloadnixlib-26b313accf38faf64bb974542f93013b98da091f.tar
nixlib-26b313accf38faf64bb974542f93013b98da091f.tar.gz
nixlib-26b313accf38faf64bb974542f93013b98da091f.tar.bz2
nixlib-26b313accf38faf64bb974542f93013b98da091f.tar.lz
nixlib-26b313accf38faf64bb974542f93013b98da091f.tar.xz
nixlib-26b313accf38faf64bb974542f93013b98da091f.tar.zst
nixlib-26b313accf38faf64bb974542f93013b98da091f.zip
git-annex: update sha256 hash for the new version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 c8d4000f2349..0d9fb43be25e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -86,7 +86,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 = "0q9z5q7vrcqa831wni972kchcdivqp55x1z2fgmdp8jfq4pidvyb";
+      sha256 = "1l6xgvn3l0kkly5jvg57msx09bf1jwdff7m61w8yf2pxsrh5ybxl";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;