From 909f04995cd18516db00cef881f58992edb0190b Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Sun, 12 Apr 2015 23:00:11 -0700 Subject: [PATCH] gnupg: 2.1.2 -> 2.1.3 --- 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 fc5da48a1b95..71e5282e85b5 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.2"; + name = "gnupg-2.1.3"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "14k7c5spai3yppz6izf1ggbnffskl54ln87v1wgy9pwism1mlks0"; + sha256 = "1vf8fmwcq81abzw2mypz5j7m4xy0vl4z6lri5lxfbd2bsyq7ygi1"; }; patches = [ ./socket-activate-2.1.1.patch ];