nspr: update passthru tests with firefox-esr-115

Also clean up releases we don't even have anymore.
This commit is contained in:
Martin Weinelt
2023-07-04 16:07:25 +02:00
parent 06f0af1f0a
commit 1635aae3cd
+1 -1
View File
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) firefox firefox-esr-91 firefox-esr-102;
inherit (nixosTests) firefox firefox-esr-102 firefox-esr-115;
};
meta = with lib; {