about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2017-10-21 20:42:20 -0400
committerPeter Simons <simons@cryp.to>2017-10-23 15:57:34 +0200
commitd559edc277cdcbcfb7b095e97e65efdfaad5424e (patch)
tree4b2e9f4bb5213031f98a7bd83885fe460749d548 /pkgs
parent895b4ef59b53ef39409b02b49c9999bc0d369d97 (diff)
downloadnixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.tar
nixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.tar.gz
nixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.tar.bz2
nixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.tar.lz
nixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.tar.xz
nixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.tar.zst
nixlib-d559edc277cdcbcfb7b095e97e65efdfaad5424e.zip
git-annex: update sha
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 1aa063447e56..f0ee15468a6a 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 = "0ky3avbda1avccalkh7ifjnll37cjjmdyypw9m1glsrzgzmr5lbr";
+      sha256 = "1143qcsljp66v0xvq2a2nqji24890rnmxcmwnxw8xj818gqk0p3m";
     };
   })).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;