mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
* CAcert bundle updated to the latest version (it was almost two years old).
svn path=/nixpkgs/trunk/; revision=28856
This commit is contained in:
parent
14de7e8293
commit
353ec7a128
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user