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: b3b05a4ee5ba
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5121b483edc7
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 8, 2019

  1. firefox-bin: 67.0 -> 67.0.1

    (cherry picked from commit d134af3)
    andir committed Jun 8, 2019
    Copy the full SHA
    96ddac8 View commit details
  2. firefox-beta-bin: 67.0b18 -> 68.0b8

    (cherry picked from commit 2779a3f)
    andir committed Jun 8, 2019
    Copy the full SHA
    d3cb830 View commit details
  3. firefox-devedition-bin: 66.0b7 -> 68.0b8

    (cherry picked from commit bb4dc7f)
    andir committed Jun 8, 2019
    Copy the full SHA
    1bcadd7 View commit details
  4. firefox: 67.0 -> 67.0.1

    (cherry picked from commit 0312883)
    andir committed Jun 8, 2019
    Copy the full SHA
    08d9edb View commit details
  5. Merge pull request #62867 from andir/19.03/firefox

    [19.03] firefox 67.0 -> 67.0.1
    andir authored Jun 8, 2019
    Copy the full SHA
    5121b48 View commit details
810 changes: 375 additions & 435 deletions pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix

Large diffs are not rendered by default.

810 changes: 375 additions & 435 deletions pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix

Large diffs are not rendered by default.

794 changes: 397 additions & 397 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
@@ -10,10 +10,10 @@ rec {

firefox = common rec {
pname = "firefox";
ffversion = "67.0";
ffversion = "67.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "0lwljfcbb1avnlafyrw5z08l3wxixfk6nv91blp6sc45mvsk89l77ckfyay7jy4v6c84q4a9h0wbh2mnx0r1xm3fhy9lshlm1n0s051";
sha512 = "1cbhlbgni08phqqiqlh1c29kl8b1w2sify4756bm4a01hmhfnhgwfa6v88vhzqy9h4c0045g8g4w14l2521k8w6rcijl1nvh14xdczf";
};

patches = [