Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35841f87afa7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b3cb2d1f09f
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 16, 2019

  1. firefox: 68.0.1 -> 68.0.2

    (cherry picked from commit 75ae4a3)
    jabranham authored and andir committed Aug 16, 2019
    Copy the full SHA
    068f9a1 View commit details
  2. firefox-esr: 68.0.1esr -> 68.0.2esr

    (cherry picked from commit 5ca29a9)
    jabranham authored and andir committed Aug 16, 2019
    Copy the full SHA
    839204a View commit details
  3. firefox-beta-bin: 68.0b12 -> 69.0b14

    (cherry picked from commit a1b7ce7)
    andir committed Aug 16, 2019
    Copy the full SHA
    06f3e78 View commit details
  4. firefox-bin: 68.0.1 -> 68.0.2

    (cherry picked from commit 17843aa)
    andir committed Aug 16, 2019
    Copy the full SHA
    9b3cb2d View commit details
746 changes: 373 additions & 373 deletions pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix

Large diffs are not rendered by default.

746 changes: 373 additions & 373 deletions pkgs/applications/networking/browsers/firefox-bin/release_sources.nix

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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 = "68.0.1";
ffversion = "68.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "20rqfa5sdaagryk00iywnbap0bmhq1c74pfbxi3pq1cs52qs5nhjqn3xm6910zwcn5nw08i9qd5jkg5blvqrjzw780nh8qbrwsm3d4n";
sha512 = "2xzakpb6mp9hjqkim353afv059i4zfpmhflhv3l3qzajgjz36cacbmp4bkn4cghinm8krhp8z02264ww0bcraryjjwn5q0dzljrha2w";
};

patches = [
@@ -92,10 +92,10 @@ rec {

firefox-esr-68 = common rec {
pname = "firefox-esr";
ffversion = "68.0.1esr";
ffversion = "68.0.2esr";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "27ncapq18rdlrf0kp5r09spcqazi0g8nbzbfxijs9pi3cvlkayagi3fbbzzq5jkn0n3j580vadc6v1v3zibvdwb5s3c6bz559a7nra2";
sha512 = "0dyjayrbcq6dg8vmzbf7303aixnhpd6r777chxpdvqq892rgvw5q4f8yfb6pr8j978hahn4dz968vzmi6sp40y3hf62hnzdqpzd2bx1";
};

patches = [