Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Revert "firefox: 70.0.1 -> 71.0"
Browse files Browse the repository at this point in the history
This reverts commit 1f81264.

Our build of firefox 71 breaks indexedDB. See #74905.
  • Loading branch information
fpletz committed Dec 7, 2019
1 parent 316d437 commit 8677b26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/browsers/firefox/packages.nix
Expand Up @@ -14,12 +14,13 @@ let
in

rec {

firefox = common rec {
pname = "firefox";
ffversion = "71.0";
ffversion = "70.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "0hfjlhwdhfdfzd27d6p3h8ff5m2jphlaipv4zym48bn6g95if1x98q2lb87617bxfm31di4rckjvqb70g9sm3smil6p6bnw2dsvnq1g";
sha512 = "0jzga89iyawswma2p2g1ygffivflc8a966v8s5pbz425xhgbcvif1li0y0rbhnc5dc08lh0mr3a9n5sry43rr5nhkqi1vsh1ri1i3kr";
};

patches = [
Expand Down

0 comments on commit 8677b26

Please sign in to comment.