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-03-13 12:40:53 +0100
committerPeter Simons <simons@cryp.to>2020-03-13 20:31:07 +0100
commitd02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92 (patch)
tree96e65138ce24ee32f1297a767c2b640cb230e3f8 /pkgs/development/haskell-modules/configuration-common.nix
parenteb8d57786b779a910b72b47abf569876a4cb973e (diff)
downloadnixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.tar
nixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.tar.gz
nixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.tar.bz2
nixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.tar.lz
nixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.tar.xz
nixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.tar.zst
nixpkgs-d02ac6c485fefd5f2cb94456c0ec1b96c1e7cf92.zip
git-annex: update sha256 hash for new version 8.20200309
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a89a704f99d..90819d64c33 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -81,12 +81,12 @@ self: super: {
 
   # The Hackage tarball is purposefully broken, because it's not intended to be, like, useful.
   # https://git-annex.branchable.com/bugs/bash_completion_file_is_missing_in_the_6.20160527_tarball_on_hackage/
-  git-annex = (overrideSrc (appendPatch super.git-annex ./patches/git-annex-fix-build-with-ghc-8.8.x.patch) {
+  git-annex = (overrideSrc super.git-annex {
     src = pkgs.fetchgit {
       name = "git-annex-${super.git-annex.version}-src";
       url = "git://git-annex.branchable.com/";
       rev = "refs/tags/" + super.git-annex.version;
-      sha256 = "0pl0yip7zp4i78cj9jqkmm33wqaaaxjq3ggnfmv95y79yijd6yh4";
+      sha256 = "0y2qcjahi705c6nnypqpa5w3bzyzk4kqvbwfnpiaxzk5vna589gg";
     };
   }).override {
     dbus = if pkgs.stdenv.isLinux then self.dbus else null;