pinentry: 0.9.1 -> 0.9.4

This commit is contained in:
Damien Cassou 2015-06-18 14:11:55 +02:00
parent e1af50c4c4
commit e88de8308b

View file

@ -10,11 +10,11 @@ let
in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "pinentry-0.9.1";
name = "pinentry-0.9.4";
src = fetchurl {
url = "mirror://gnupg/pinentry/${name}.tar.bz2";
sha256 = "15cn7q6wg3k433l9ks48pz4dbikp7ysp0h8jqynz6p9rdf2qxl4w";
sha256 = "1q72ir9r9j70px61rdpd80an56k4ixmzy810nr14aildffxkb22b";
};
buildInputs = [ libcap gtk2 ncurses qt4 ];