From b586b00b3b0e2e2a2074422412d65990b00bf78b Mon Sep 17 00:00:00 2001 From: Rahul Gopinath Date: Thu, 23 Jun 2016 00:26:48 -0700 Subject: [PATCH] gnupg21: 2.1.12 -> 2.1.13 --- pkgs/tools/security/gnupg/21.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix index a1cbcb458c59..1266e57e76f3 100644 --- a/pkgs/tools/security/gnupg/21.nix +++ b/pkgs/tools/security/gnupg/21.nix @@ -13,11 +13,13 @@ with stdenv.lib; assert x11Support -> pinentry != null; stdenv.mkDerivation rec { - name = "gnupg-2.1.12"; + name = "gnupg-${version}"; + + version = "2.1.13"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "01n5py45x0r97l4dzmd803jpbpbcxr1591k3k4s8m9804jfr4d5c"; + sha256 = "0xcn46vcb5x5qx0bc803vpzhzhnn6wfhp7x71w9n1ahx4ak877ag"; }; buildInputs = [ @@ -37,7 +39,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 peti fpletz ]; + maintainers = with maintainers; [ wkennington peti fpletz vrthra ]; platforms = platforms.all; }; }