aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/pinentry
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:20:54 +0200
commit0b9c477719e23606417a73f3522dd2186715d04b (patch)
tree5121024868800590374465f191fb6f34efd8c05c /pkgs/tools/security/pinentry
parent46f84adc0c06d37c0a3bfc0fc0711213226b709d (diff)
pinentry: update patch url
I verified the hash did NOT change as suggested in #60699.
Diffstat (limited to 'pkgs/tools/security/pinentry')
-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 87df0ffd834d..ba7ef7a3cfdd 100644
--- a/pkgs/tools/security/pinentry/default.nix
+++ b/pkgs/tools/security/pinentry/default.nix
@@ -20,7 +20,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";
})
];