cacert.certdata2pem: add a download mirror from ubuntu
This commit is contained in:
parent
62d332feaf
commit
11ae139333
@ -24,7 +24,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
certdata2pem = fetchurl {
|
certdata2pem = fetchurl {
|
||||||
name = "certdata2pem.py";
|
name = "certdata2pem.py";
|
||||||
url = "https://salsa.debian.org/debian/ca-certificates/raw/debian/20170717/mozilla/certdata2pem.py";
|
url = [
|
||||||
|
"https://salsa.debian.org/debian/ca-certificates/raw/debian/20170717/mozilla/certdata2pem.py"
|
||||||
|
"https://git.launchpad.net/ubuntu/+source/ca-certificates/plain/mozilla/certdata2pem.py?id=47e49e1e0a8a1ca74deda27f88fe181191562957"
|
||||||
|
];
|
||||||
sha256 = "1d4q27j1gss0186a5m8bs5dk786w07ccyq0qi6xmd2zr1a8q16wy";
|
sha256 = "1d4q27j1gss0186a5m8bs5dk786w07ccyq0qi6xmd2zr1a8q16wy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user