1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gnupg: 2.2.6 -> 2.2.7

See http://lists.gnu.org/archive/html/info-gnu/2018-05/msg00004.html for
release informations.
This commit is contained in:
Lancelot SIX 2018-05-03 10:34:35 +02:00
parent e9c38095c6
commit 130aee566d
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -15,11 +15,11 @@ assert guiSupport -> pinentry != null;
stdenv.mkDerivation rec {
name = "gnupg-${version}";
version = "2.2.6";
version = "2.2.7";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "110rf476l3cgn52gh9ia5y0y06y2ialq9dqc12jkhnfhl9gqqkg6";
sha256 = "0vlpis0q7gvq9mhdc43hkyn3cdriz4mwgj20my3gyzpgwqg3cnyr";
};
nativeBuildInputs = [ pkgconfig ];