cacert: fix fetchurl invocation

It was breaking probably just the tarball job (difficult to localize).
https://hydra.nixos.org/build/140479925
This commit is contained in:
Vladimír Čunát 2021-04-01 22:16:32 +02:00
parent 77ffcfa47a
commit 10cb065706
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
certdata2pem = fetchurl {
name = "certdata2pem.py";
url = [
urls = [
"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"
];