summary refs log tree commit diff
path: root/pkgs/development/libraries/gpgme
diff options
context:
space:
mode:
authorMarc Seeger <mseeger@fb.com>2021-08-16 13:02:25 -0700
committerMarc Seeger <mseeger@fb.com>2021-08-17 14:55:30 -0700
commitc7cf494518899cd4c2cc4ebab7f9d9c563f47fa2 (patch)
tree3961625f55537291232b54a21ed5c5323f957f09 /pkgs/development/libraries/gpgme
parentbe7446c9d5baded0781e12fc03b7b972d20a1c71 (diff)
downloadnixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.tar
nixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.tar.gz
nixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.tar.bz2
nixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.tar.lz
nixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.tar.xz
nixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.tar.zst
nixpkgs-c7cf494518899cd4c2cc4ebab7f9d9c563f47fa2.zip
gpgme: fix failing patch downloads.
Diffstat (limited to 'pkgs/development/libraries/gpgme')
-rw-r--r--pkgs/development/libraries/gpgme/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix
index e138c824a44..9cbf5c39a7e 100644
--- a/pkgs/development/libraries/gpgme/default.nix
+++ b/pkgs/development/libraries/gpgme/default.nix
@@ -23,12 +23,18 @@ stdenv.mkDerivation rec {
   patches = [
     (fetchpatch { # probably included in > 1.16.0
       name = "test_t-edit-sign.diff"; # we experienced segmentation fault in this test
-      url = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=81a33ea5e1b86d586b956e893a5b25c4cd41c969";
+      urls = [
+        "https://files.gnupg.net/file/data/w43xz2zf73pnyqk5mm5l/PHID-FILE-hm2x5mjntsdyxrxve5tb/file"
+        "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=81a33ea5e1b86d586b956e893a5b25c4cd41c969"
+      ];
       sha256 = "1xxvv0kc9wdj5hzpddzs3cn8dhmm2cb29224a7h9vairraq5272h";
     })
     (fetchpatch { # gpg: Send --with-keygrip when listing keys
       name = "c4cf527ea227edb468a84bf9b8ce996807bd6992.patch";
-      url = "http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=c4cf527ea227edb468a84bf9b8ce996807bd6992";
+      urls = [
+        "https://files.gnupg.net/file/data/2ufcg7ny5jdnv7hmewb4/PHID-FILE-7iwvryn2btti6txr3bsz/file"
+        "http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=c4cf527ea227edb468a84bf9b8ce996807bd6992"
+      ];
       sha256 = "0y0b0lb2nq5p9kx13b59b2jaz157mvflliw1qdvg1v1hynvgb8m4";
     })
     # https://lists.gnupg.org/pipermail/gnupg-devel/2020-April/034591.html