Different URL for letsencrypt ca cert

This commit is contained in:
niten 2021-11-16 00:09:47 -08:00
parent 8d2ed3a1a5
commit 4dc4122908
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
let
url = "https://letsencrypt.org/certs/letsencryptauthorityx3.pem.txt";
url = "https://letsencrypt.org/certs/isrg-root-x1-cross-signed.pem";
sha256 = "100lxxvqv4fj563bm03zzk5r36hq5jx9nnrajzs38g825c5k0cg2";
in stdenv.mkDerivation {