summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-09-07 01:15:58 +0200
committerGitHub <noreply@github.com>2023-09-07 01:15:58 +0200
commit3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362 (patch)
tree7e2ff116bb946bee322cfc42e47c4dec0b201ebf /pkgs/applications/networking
parent7c451dc004ad7edef8d22a48f9e52b30c22f64e8 (diff)
parent82527892e46a17cff16c5842e2354a7f5b8d0025 (diff)
downloadnixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.tar
nixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.tar.gz
nixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.tar.bz2
nixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.tar.lz
nixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.tar.xz
nixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.tar.zst
nixpkgs-3aa9ab22d48f6f2bf2c3ed8ab9e4573e62045362.zip
Merge pull request #252547 from helsinki-systems/upd/nss_latest
nss_latest: 3.92 -> 3.93
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 753e1c9d59e..bb4b1ba0a85 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -469,7 +469,7 @@ buildStdenv.mkDerivation {
   # icu73 changed how it follows symlinks which breaks in the firefox sandbox
   # https://bugzilla.mozilla.org/show_bug.cgi?id=1839287
   ++ [ (if (lib.versionAtLeast version "115") then icu else icu72) ]
-  ++ [ (if (lib.versionAtLeast version "103") then nss_latest else nss_esr) ]
+  ++ [ (if (lib.versionAtLeast version "116") then nss_latest else nss_esr/*3.90*/) ]
   ++ lib.optional  alsaSupport alsa-lib
   ++ lib.optional  jackSupport libjack2
   ++ lib.optional  pulseaudioSupport libpulseaudio # only headers are needed