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.
This commit is contained in:
Petar Bogdanovic 2015-03-05 14:53:41 +01:00 committed by Peter Simons
parent 9bb586943a
commit 31955c869f

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, readline, bzip2 }: { stdenv, fetchurl, readline, bzip2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnupg-1.4.18"; name = "gnupg-1.4.19";
src = fetchurl { src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2"; url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "1233bppjvdpbbl425ii6l7xvgy0879ghhnmwrph5b6c4g3dgvddp"; sha256 = "7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86";
}; };
buildInputs = [ readline bzip2 ]; buildInputs = [ readline bzip2 ];