about 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>2017-10-05 10:23:59 +0200
committerPeter Simons <simons@cryp.to>2017-10-06 12:41:50 +0200
commit929eadebb0339ace4b72e7e678ee8108f3c01d62 (patch)
treec1245a7132dfae9cf361d20504718d5554c48aa1 /pkgs/development/haskell-modules/configuration-common.nix
parent53d754da34293f77e9532837d37b67db541c057e (diff)
downloadnixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.tar
nixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.tar.gz
nixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.tar.bz2
nixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.tar.lz
nixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.tar.xz
nixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.tar.zst
nixlib-929eadebb0339ace4b72e7e678ee8108f3c01d62.zip
git-annex: update to version 6.20171003
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 5941209d7a7e..104405725975 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -98,7 +98,7 @@ self: super: {
       name = "git-annex-${drv.version}-src";
       url = "git://git-annex.branchable.com/";
       rev = "refs/tags/" + drv.version;
-      sha256 = "03fa03n4zkpj5z3ma1ahvnxd85dni2aikqayqf838jvfl7bd5b9n";
+      sha256 = "0ky3avbda1avccalkh7ifjnll37cjjmdyypw9m1glsrzgzmr5lbr";
     };
   })).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;