pinentry: 1.0.0 → 1.1.0

This commit is contained in:
Jan Tojnar 2017-12-16 03:42:32 +01:00
parent ba67110de3
commit 7ea74f4b7b
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -9,11 +9,11 @@ let
in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "pinentry-1.0.0";
name = "pinentry-1.1.0";
src = fetchurl {
url = "mirror://gnupg/pinentry/${name}.tar.bz2";
sha256 = "0ni7g4plq6x78p32al7m8h2zsakvg1rhfz0qbc3kdc7yq7nw4whn";
sha256 = "0w35ypl960pczg5kp6km3dyr000m1hf0vpwwlh72jjkjza36c1v8";
};
buildInputs = [ libgpgerror libassuan libcap libsecret gtk2 gcr ncurses qt ];
@ -24,9 +24,6 @@ stdenv.mkDerivation rec {
patches = lib.optionals (gtk2 != null) [
(fetchpatch {
url = https://anonscm.debian.org/cgit/pkg-gnupg/pinentry.git/plain/debian/patches/0006-gtk2-Fix-a-problem-with-fvwm.patch;
sha256 = "1w3y4brqp74hy3fbfxqnqp6jf985bd6667ivy1crz50r3z9zsy09";
})(fetchpatch {
url = https://anonscm.debian.org/cgit/pkg-gnupg/pinentry.git/plain/debian/patches/0007-gtk2-When-X11-input-grabbing-fails-try-again-over-0..patch;
sha256 = "046jy7k0n7fj74s5w1h6sq1ljg8y77i0xwi301kv53bhsp0xsirx";
})];