Skip to content

Commit f17a7ee

Browse files
committed
Revert "firefox: 96.0.3 -> 97.0"
This reverts commit 6c4ce75. It needs updated nss; let's do this later (e.g. staging-next-21.11).
1 parent 585b60b commit f17a7ee

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

pkgs/applications/networking/browsers/firefox/common.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
, hunspell, libevent, libstartup_notification
1111
, libvpx
1212
, icu70, libpng, glib, pciutils
13-
, autoconf213, which, gnused, rustPackages_1_57
13+
, autoconf213, which, gnused, rustPackages
1414
, rust-cbindgen, nodejs, nasm, fetchpatch
1515
, gnum4
1616
, gtk3, wrapGAppsHook
@@ -95,7 +95,7 @@ let
9595
then "/Applications/${binaryNameCapitalized}.app/Contents/MacOS"
9696
else "/bin";
9797

98-
inherit (rustPackages_1_57) rustc cargo;
98+
inherit (rustPackages) rustc cargo;
9999

100100
# Darwin's stdenv provides the default llvmPackages version, match that since
101101
# clang LTO on Darwin is broken so the stdenv is not being changed.
@@ -174,8 +174,6 @@ buildStdenv.mkDerivation ({
174174
rm -rf obj-x86_64-pc-linux-gnu
175175
substituteInPlace toolkit/xre/glxtest.cpp \
176176
--replace 'dlopen("libpci.so' 'dlopen("${pciutils}/lib/libpci.so'
177-
178-
patchShebangs mach
179177
'';
180178

181179
nativeBuildInputs =

pkgs/applications/networking/browsers/firefox/packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ in
77
rec {
88
firefox = common rec {
99
pname = "firefox";
10-
version = "97.0";
10+
version = "96.0.3";
1111
src = fetchurl {
1212
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
13-
sha512 = "a913695a42cb06ee9bda2a20e65cc573e40ca93e9f75b7ee0a43ebd1935b371e7e80d5fc8d5f126ad0712ab848635a8624bbeed43807e5c179537aa32c884186";
13+
sha512 = "3dd5fbc96e369d5f4fb3eca778c2bd3e2313d089f867de9fac3556810a797e9b5629ef1b8840fb2f22a18df7de95ea1993eee052f691d861a555cea544b05966";
1414
};
1515

1616
meta = {

0 commit comments

Comments
 (0)