gnupg21: 2.1.12 -> 2.1.13
This commit is contained in:
parent
21f9180d49
commit
b586b00b3b
|
@ -13,11 +13,13 @@ with stdenv.lib;
|
||||||
assert x11Support -> pinentry != null;
|
assert x11Support -> pinentry != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnupg-2.1.12";
|
name = "gnupg-${version}";
|
||||||
|
|
||||||
|
version = "2.1.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
|
||||||
sha256 = "01n5py45x0r97l4dzmd803jpbpbcxr1591k3k4s8m9804jfr4d5c";
|
sha256 = "0xcn46vcb5x5qx0bc803vpzhzhnn6wfhp7x71w9n1ahx4ak877ag";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -37,7 +39,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 peti fpletz ];
|
maintainers = with maintainers; [ wkennington peti fpletz vrthra ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue