From 59555ce4ee632e635d92543f87955bf7fc954b0f Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Tue, 10 May 2016 01:39:41 +0200 Subject: [PATCH] gnupg: 2.1.11 -> 2.1.12 --- pkgs/tools/security/gnupg/21.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix index 0af041e63df9..e3c84fe71f2c 100644 --- a/pkgs/tools/security/gnupg/21.nix +++ b/pkgs/tools/security/gnupg/21.nix @@ -13,11 +13,11 @@ with stdenv.lib; assert x11Support -> pinentry != null; stdenv.mkDerivation rec { - name = "gnupg-2.1.11"; + name = "gnupg-2.1.12"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p"; + sha256 = "01n5py45x0r97l4dzmd803jpbpbcxr1591k3k4s8m9804jfr4d5c"; }; buildInputs = [ @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { homepage = http://gnupg.org; description = "a complete and free implementation of the OpenPGP standard"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ wkennington simons ]; + maintainers = with maintainers; [ wkennington simons fpletz ]; platforms = platforms.all; }; }