pinentry: update to version 0.8.2
This commit is contained in:
parent
31ca4356fb
commit
11094a7960
@ -6,11 +6,11 @@
|
|||||||
assert useGtk || useNcurses || useQt4;
|
assert useGtk || useNcurses || useQt4;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pinentry-0.8.0";
|
name = "pinentry-0.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/pinentry/${name}.tar.gz";
|
url = "mirror://gnupg/pinentry/${name}.tar.bz2";
|
||||||
sha256 = "06phs3gbs6gf0z9g28z3jgsw312dhhpdgzrx4hhps53xrbwpyv22";
|
sha256 = "1c9r99ck8072y7nkirddg3p372xadl95y65hyc1m6wn5mavbg12h";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = let opt = stdenv.lib.optional; in []
|
buildInputs = let opt = stdenv.lib.optional; in []
|
||||||
@ -27,14 +27,13 @@ stdenv.mkDerivation rec {
|
|||||||
buildNativeInputs = [ pkgconfig ];
|
buildNativeInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://gnupg.org/aegypten2/";
|
||||||
description = "GnuPG's interface to passphrase input";
|
description = "GnuPG's interface to passphrase input";
|
||||||
|
license = "GPLv2+";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Pinentry provides a console and a GTK+ GUI that allows users to
|
Pinentry provides a console and a GTK+ GUI that allows users to
|
||||||
enter a passphrase when `gpg' or `gpg2' is run and needs it.
|
enter a passphrase when `gpg' or `gpg2' is run and needs it.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://gnupg.org/aegypten2/;
|
|
||||||
license = "GPLv2+";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user