buildMozillaMach: use nss 3.115 for 143, 3.116 for 144

This commit is contained in:
Martin Weinelt
2025-09-16 17:20:14 +02:00
parent 0c97b7bcf5
commit 2986b198bf
@@ -90,6 +90,7 @@ in
nspr,
nss_esr,
nss_3_114,
nss_3_115,
nss_latest,
onnxruntime,
pango,
@@ -573,8 +574,10 @@ buildStdenv.mkDerivation {
xorg.xorgproto
zlib
(
if (lib.versionAtLeast version "143") then
if (lib.versionAtLeast version "144") then
nss_latest
else if (lib.versionAtLeast version "143") then
nss_3_115
else if (lib.versionAtLeast version "141") then
nss_3_114
else