gnupg22: 2.2.10 -> 2.2.11

See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00003.html for
release information
This commit is contained in:
Lancelot SIX 2018-11-06 15:59:38 +01:00
parent 48caae5045
commit ace631b616
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.10";
version = "2.2.11";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "05f9804g72pffdxgvxjmjzkfcpjg1x221g9rwcr8fi51hrxd77br";
sha256 = "1ncwqjhcxh46fgkp84g2lhf91amcha7abk6wdm1kagzm7q93wv29";
};
nativeBuildInputs = [ pkgconfig ];