3
0
Fork 0
forked from mirrors/nixpkgs

gnupg: 2.2.3 -> 2.2.4

See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00013.html
for release information
This commit is contained in:
Lancelot SIX 2017-12-21 11:57:38 +01:00
parent f32821b270
commit 2beb8389df
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.3";
version = "2.2.4";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "1d4482c4pbi0p1k8cc0f9c4q51k56v8navrbz5samxrrs42p3lyb";
sha256 = "1v7j8v2ww1knknbrhw3svfrqkmf9ll58iq0dczbsdpqgg1j3w6j0";
};
nativeBuildInputs = [ pkgconfig ];