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-03 02:41:40 +02:00
parent 06f0af1f0a
commit 1635aae3cd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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; {