about summary refs log tree commit diff
path: root/pkgs/tools/security/gnupg
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-05-10 01:39:41 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-05-12 01:50:19 +0200
commit59555ce4ee632e635d92543f87955bf7fc954b0f (patch)
tree6b3fd52e0907c648c886fa561ccbf19efd291e01 /pkgs/tools/security/gnupg
parent4e61adbecad0c8db63c25f132e55e87f0d2ab54e (diff)
downloadnixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.tar
nixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.tar.gz
nixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.tar.bz2
nixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.tar.lz
nixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.tar.xz
nixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.tar.zst
nixlib-59555ce4ee632e635d92543f87955bf7fc954b0f.zip
gnupg: 2.1.11 -> 2.1.12
Diffstat (limited to 'pkgs/tools/security/gnupg')
-rw-r--r--pkgs/tools/security/gnupg/21.nix6
1 files 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;
   };
 }