0.26 -> 0.27

svn path=/nixpkgs/trunk/; revision=4517
This commit is contained in:
Rob Vermaas 2006-01-08 15:10:23 +00:00
parent 9821900e30
commit b9854645d3

View File

@ -1,10 +1,10 @@
{fetchurl, perl, db4}:
import ../generic perl {
name = "BerkeleyDB-0.26";
name = "BerkeleyDB-0.27";
src = fetchurl {
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.26.tar.gz;
md5 = "6e9882f4e4bac48b24079d082af30e6c";
url = ftp://ftp.cs.uu.nl/mirror/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-0.27.tar.gz;
md5 = "43aa72c0c6941af0d656d749ad543e96";
};
perlPreHook = ./hook.sh;
inherit db4;