Author: eelco
Date: Sun Aug 28 16:02:18 2011
New Revision: 28856
URL: https://svn.nixos.org/websvn/nix/?rev=28856&sc=1
Log:
* CAcert bundle updated to the latest version (it was almost two years old).
Modified:
nixpkgs/trunk/pkgs/data/misc/cacert/default.nix
Modified: nixpkgs/trunk/pkgs/data/misc/cacert/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/data/misc/cacert/default.nix Sun Aug 28 13:07:47
2011 (r28855)
+++ nixpkgs/trunk/pkgs/data/misc/cacert/default.nix Sun Aug 28 16:02:18
2011 (r28856)
@@ -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";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits