pinentry: update patch url

I verified the hash did NOT change as suggested in #60699.
This commit is contained in:
Vladimír Čunát 2019-05-04 00:20:54 +02:00
parent 46f84adc0c
commit 0b9c477719
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
patches = lib.optionals (gtk2 != null) [ patches = lib.optionals (gtk2 != null) [
(fetchpatch { (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"; sha256 = "15r1axby3fdlzz9wg5zx7miv7gqx2jy4immaw4xmmw5skiifnhfd";
}) })
]; ];