summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-27 17:11:18 +0100
committerPeter Simons <simons@cryp.to>2020-02-28 20:42:29 +0100
commit045f95d9b90545a7bb0cd7cecc8d3d1675558602 (patch)
tree44bbbadc5edb7dec505858de458d368d3bc52573
parent482b910b72fb8e32c91b4b0f46d93bf869c68133 (diff)
downloadnixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.tar
nixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.tar.gz
nixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.tar.bz2
nixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.tar.lz
nixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.tar.xz
nixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.tar.zst
nixpkgs-045f95d9b90545a7bb0cd7cecc8d3d1675558602.zip
git-annex: update sha256 hash for version 8.20200226
-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 6d59e912955..2a55d8095a4 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -74,7 +74,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 = "1shb1jgm78bx88rbsr1nmimjzzfqw96qdr38mcrr1c2qz5ky820v";
+      sha256 = "0pl0yip7zp4i78cj9jqkmm33wqaaaxjq3ggnfmv95y79yijd6yh4";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;