[Nix-dev] [PATCH] Update gnupg1orig package to gpg-1.4.19

Petar Bogdanovic petar at smokva.net
Thu Mar 5 14:53:41 CET 2015


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 3675c8b..c5d2ca1 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 ];
-- 
2.1.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150305/f0e435af/attachment.bin 


More information about the nix-dev mailing list