From 31955c869f169a774d3ef084a79866e54bb6f8c4 Mon Sep 17 00:00:00 2001 From: Petar Bogdanovic Date: Thu, 5 Mar 2015 14:53:41 +0100 Subject: [PATCH] Update gnupg1orig package to gpg-1.4.19 A test build pulled too many packages (including perl) for my VM so while it's a simple bump, it's also untested. --- pkgs/tools/security/gnupg/1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gnupg/1.nix b/pkgs/tools/security/gnupg/1.nix index 3675c8bc390..c5d2ca1349c 100644 --- a/pkgs/tools/security/gnupg/1.nix +++ b/pkgs/tools/security/gnupg/1.nix @@ -1,11 +1,11 @@ { stdenv, fetchurl, readline, bzip2 }: stdenv.mkDerivation rec { - name = "gnupg-1.4.18"; + name = "gnupg-1.4.19"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "1233bppjvdpbbl425ii6l7xvgy0879ghhnmwrph5b6c4g3dgvddp"; + sha256 = "7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86"; }; buildInputs = [ readline bzip2 ];