summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-27 12:29:15 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-27 14:20:47 +0200
commit18323645997925e0b9aa49ad06532e8a8b85549c (patch)
treeb49c651ee647ccbe4bea881124969c9abbbaa043 /nixos
parent32b18b77bdbc0dbba702474ee514fe0018e96b1f (diff)
downloadnixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.tar
nixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.tar.gz
nixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.tar.bz2
nixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.tar.lz
nixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.tar.xz
nixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.tar.zst
nixpkgs-18323645997925e0b9aa49ad06532e8a8b85549c.zip
firefox-esr-102-unwrapped: init at 102.0esr
https://www.mozilla.org/en-US/firefox/102.0/releasenotes/
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e625fa7f2c2..671b1a8876a 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -159,6 +159,7 @@ in {
   firefox = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox; };
   firefox-esr    = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr; }; # used in `tested` job
   firefox-esr-91 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-91; };
+  firefox-esr-102 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-102; };
   firejail = handleTest ./firejail.nix {};
   firewall = handleTest ./firewall.nix {};
   fish = handleTest ./fish.nix {};