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
This commit is contained in:
Andreas Rammhold 2018-06-10 21:30:52 +02:00
parent e544e4f564
commit 1abc0537b6
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -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 ];