summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-05-04 00:20:54 +0200
committerVladimír Čunát <v@cunat.cz>2019-05-04 00:24:56 +0200
commita483713a0e8210e7a7594a83d380d14046b73c07 (patch)
tree94b22c8bd8cfb17b16a3dcb9c198dd0686c95554
parenttexlive: provide bin.texlive on Darwin too (diff)
downloadnixpkgs-a483713a0e8210e7a7594a83d380d14046b73c07.tar.gz
pinentry: update patch url
I verified the hash did NOT change as suggested in #60699. (cherry picked from commit 0b9c477719e23606417a73f3522dd2186715d04b)
-rw-r--r--pkgs/tools/security/pinentry/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/security/pinentry/default.nix b/pkgs/tools/security/pinentry/default.nix
index 3a7e1b5a3437..e3fd99d57c87 100644
--- a/pkgs/tools/security/pinentry/default.nix
+++ b/pkgs/tools/security/pinentry/default.nix
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
patches = lib.optionals (gtk2 != null) [
(fetchpatch {
- url = https://sources.debian.org/data/main/p/pinentry/1.1.0-1/debian/patches/0007-gtk2-When-X11-input-grabbing-fails-try-again-over-0..patch;
+ url = "https://salsa.debian.org/debian/pinentry/raw/debian/1.1.0-1/debian/patches/"
+ + "0007-gtk2-When-X11-input-grabbing-fails-try-again-over-0..patch";
sha256 = "15r1axby3fdlzz9wg5zx7miv7gqx2jy4immaw4xmmw5skiifnhfd";
})
];