* CAcert bundle updated to the latest version (it was almost two years old).

svn path=/nixpkgs/trunk/; revision=28856
This commit is contained in:
Eelco Dolstra 2011-08-28 16:02:18 +00:00
parent 14de7e8293
commit 353ec7a128

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "cacert-20090922";
name = "cacert-20110806";
src = fetchurl {
url = http://nixos.org/tarballs/cacert-20090922.pem.bz2;
sha256 = "1fakipxy5y62vslw6czj24pksh16b042py9v0199mxhzg5nmbmy7";
url = "http://nixos.org/tarballs/${name}.pem.bz2";
sha256 = "0vn1hic2a7p1vr2pf9hy8da4zm9qjndid4nwgj1m035y4ldjqlyw";
};
unpackPhase = "true";