about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-28 11:15:36 +0200
committerPeter Simons <simons@cryp.to>2018-09-28 11:16:42 +0200
commitd994f1cfd4d9e04fc45e40f911b1d72b786d5d03 (patch)
tree60c2e5b727dfb881a4a15c8a34ee79a85f7e3b7e /pkgs/development/haskell-modules
parentfd02cfd3ba0a437a265dc33a26cf0eab5521bac9 (diff)
downloadnixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.tar
nixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.tar.gz
nixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.tar.bz2
nixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.tar.lz
nixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.tar.xz
nixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.tar.zst
nixlib-d994f1cfd4d9e04fc45e40f911b1d72b786d5d03.zip
git-annex: update sha256 for new version 6.20180926
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 d01c1e8a6c5c..40bd4a7f0c9a 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 = "1y56dlhx3azny5hzixn9x4kmzzpmakzyvw45qk8x4ffsc7jqq5bs";
+      sha256 = "09rhss1s6gxmqvb8k2l0f55mv38igyvikmm6d07zxkw6049q3maz";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;