gnupg: 2.1.11 -> 2.1.12
This commit is contained in:
parent
4e61adbeca
commit
59555ce4ee
@ -13,11 +13,11 @@ with stdenv.lib;
|
|||||||
assert x11Support -> pinentry != null;
|
assert x11Support -> pinentry != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnupg-2.1.11";
|
name = "gnupg-2.1.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
||||||
sha256 = "06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p";
|
sha256 = "01n5py45x0r97l4dzmd803jpbpbcxr1591k3k4s8m9804jfr4d5c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://gnupg.org;
|
homepage = http://gnupg.org;
|
||||||
description = "a complete and free implementation of the OpenPGP standard";
|
description = "a complete and free implementation of the OpenPGP standard";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ wkennington simons ];
|
maintainers = with maintainers; [ wkennington simons fpletz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user