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>2020-07-24 13:28:34 +0200
committerPeter Simons <simons@cryp.to>2020-07-24 13:28:34 +0200
commit0351afda02afa77a509f6dff064b61d178c0e4ba (patch)
tree1b9c575811da6ddcfe234e9687bad047a08e0fad /pkgs/development/haskell-modules/configuration-common.nix
parent6acca641f919d835a0af73cfc7c2f54f27399cae (diff)
downloadnixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.tar
nixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.tar.gz
nixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.tar.bz2
nixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.tar.lz
nixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.tar.xz
nixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.tar.zst
nixpkgs-0351afda02afa77a509f6dff064b61d178c0e4ba.zip
git-annex: update SHA256 hash for the new 8.20200720.1 version
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 08364974add..a8d1d01f954 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -69,7 +69,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 = "1b5lb1h7pqfhmp54zzwha17ms20xvxai1dl7s6787m9asli4q406";
+      sha256 = "vwKcY7Yk+R0YkaXjJ7xKyQWGjySTUPox0xIaurbQZk0=";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;