From 91c31bcc5743089f46da3b32b4f33231ab8c1b50 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 12 Feb 2015 16:52:07 +0100 Subject: [PATCH] Update gnupg21 package to gpg-2.1.2 --- pkgs/tools/security/gnupg/21.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix index 75510c94606..b9f212de26b 100644 --- a/pkgs/tools/security/gnupg/21.nix +++ b/pkgs/tools/security/gnupg/21.nix @@ -5,11 +5,11 @@ with stdenv.lib; stdenv.mkDerivation rec { - name = "gnupg-2.1.1"; + name = "gnupg-2.1.2"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "0jffj23a02gw7gmrh9j9ynp50bvl2pc2y74i9ii65nvm50fx1v3h"; + sha256 = "14k7c5spai3yppz6izf1ggbnffskl54ln87v1wgy9pwism1mlks0"; }; patches = [ ./socket-activate-2.1.1.patch ];