3
0
Fork 0
forked from mirrors/nixpkgs

gnupg: 2.2.5 -> 2.2.6

See http://lists.gnu.org/archive/html/info-gnu/2018-04/msg00005.html for
release information
This commit is contained in:
Lancelot SIX 2018-04-16 12:17:24 +02:00
parent 911a6da2fe
commit ecc5a2bc15
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.5";
version = "2.2.6";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "0mzgibq4dpxh3i9anmwg12xdjry28y83icafhx3j3djg5niqk89z";
sha256 = "110rf476l3cgn52gh9ia5y0y06y2ialq9dqc12jkhnfhl9gqqkg6";
};
nativeBuildInputs = [ pkgconfig ];