From 1abc0537b6e1e0bae4520703e7a60917af531eb7 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Sun, 10 Jun 2018 21:30:52 +0200 Subject: [PATCH] gnupg: 2.2.7 -> 2.2.8 This addresses CVE-2018-12020. The details can be retrived from the changelog [1]. [1] https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html --- pkgs/tools/security/gnupg/22.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gnupg/22.nix b/pkgs/tools/security/gnupg/22.nix index 0f575d748b6c..f28d57fa62bd 100644 --- a/pkgs/tools/security/gnupg/22.nix +++ b/pkgs/tools/security/gnupg/22.nix @@ -15,11 +15,11 @@ assert guiSupport -> pinentry != null; stdenv.mkDerivation rec { name = "gnupg-${version}"; - version = "2.2.7"; + version = "2.2.8"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "0vlpis0q7gvq9mhdc43hkyn3cdriz4mwgj20my3gyzpgwqg3cnyr"; + sha256 = "1k8dnnfs9888yp713l7kg2jg110lw47s4krx0njna6fjrsw4qyvp"; }; nativeBuildInputs = [ pkgconfig ];