Skip to content

Commit

Permalink
pinentry: update patch url
Browse files Browse the repository at this point in the history
I verified the hash did NOT change as suggested in #60699.
  • Loading branch information
vcunat committed May 3, 2019
1 parent 46f84ad commit 0b9c477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/security/pinentry/default.nix
Expand Up @@ -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";
})
];
Expand Down

0 comments on commit 0b9c477

Please sign in to comment.