about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-19 10:49:23 +0200
committerPeter Simons <simons@cryp.to>2018-09-19 21:04:41 +0200
commit6e4c666a671a5df1d9a385280fcc133700e2b841 (patch)
treef9f78046253fedd92929afff4d9e635fae5f7ff9
parentc18a0becf20afa61fcf49d3126e200a9eb826384 (diff)
downloadnixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.tar
nixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.tar.gz
nixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.tar.bz2
nixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.tar.lz
nixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.tar.xz
nixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.tar.zst
nixlib-6e4c666a671a5df1d9a385280fcc133700e2b841.zip
git-annex: update sha256 hash for new version 6.20180913
-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 1f551a87b75a..5d751992fa71 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 = "0a7h21cwfvprj5xfyivjzg2hbs71xp85l9v6kyp58mlqvwy3zffl";
+      sha256 = "1y56dlhx3azny5hzixn9x4kmzzpmakzyvw45qk8x4ffsc7jqq5bs";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;