3
0
Fork 0
forked from mirrors/nixpkgs

pinentry: update to version 0.8.2

This commit is contained in:
Peter Simons 2012-11-05 22:31:30 +01:00
parent 31ca4356fb
commit 11094a7960

View file

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