Merge pull request #31360 from lsix/update_gnupg_2_2_2

gnupg: 2.2.1 -> 2.2.2
This commit is contained in:
Samuel Leathers 2017-11-15 12:53:44 -05:00 committed by GitHub
commit c189dfb4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@ assert guiSupport -> pinentry != null;
stdenv.mkDerivation rec {
name = "gnupg-${version}";
version = "2.2.1";
version = "2.2.2";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "1yv2pwf3vhv9dpbf51fnm0wy03va1cg5r7qaz7rg75cwbgb0rmrl";
sha256 = "15w1q0bib742jqnir67bk07mc6ph9yik8wbc5i1bkcyf29s2rdmz";
};
nativeBuildInputs = [ pkgconfig ];