Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f1e116f11b5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9e724e16791
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 31, 2020

  1. firefox-bin: 82.0 -> 82.0.2

    (cherry picked from commit fdbdd72)
    andir committed Oct 31, 2020
    Copy the full SHA
    cf2da85 View commit details
  2. firefox: 82.0 -> 82.0.2

    (cherry picked from commit f4490bb)
    andir committed Oct 31, 2020
    Copy the full SHA
    c0ab56b View commit details

Commits on Nov 1, 2020

  1. Merge pull request #102270 from andir/20.09/firefox-82.0.2

    [20.09] firefox{,-bin}: 82.0 -> 82.0.2
    andir authored Nov 1, 2020
    Copy the full SHA
    e9e724e View commit details
Showing with 387 additions and 387 deletions.
  1. +385 −385 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  2. +2 −2 pkgs/applications/networking/browsers/firefox/packages.nix
770 changes: 385 additions & 385 deletions pkgs/applications/networking/browsers/firefox-bin/release_sources.nix

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/firefox/packages.nix
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@ in
rec {
firefox = common rec {
pname = "firefox";
ffversion = "82.0";
ffversion = "82.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "3lbvlb6yggd5v0pkr0x6j350jc5dpclqz7bv4i06r97a5ijdgfc7c6y605966hvw24v17byxr120xc7a39ikl1wnls7a9gyzyqcwyw8";
sha512 = "25wkgsqnafmq30m1kd1axkm454dhl2bmz6100i3ccqnn31vw3nyy6k3k1apsn62siqswpm55iclzcb10y4dfyyqcszvflim47c8i37k";
};

patches = [