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

Commits on Jul 24, 2019

  1. firefox-esr: 68.0esr -> 68.0.1esr

    (cherry picked from commit 71116cd)
    taku0 authored and andir committed Jul 24, 2019
    Copy the full SHA
    9eaf915 View commit details
  2. firefox: 68.0 -> 68.0.1

    (cherry picked from commit 9c7aa99)
    taku0 authored and andir committed Jul 24, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b6f4b13 View commit details
  3. firefox-bin: 68.0 -> 68.0.1

    (cherry picked from commit 835027f)
    taku0 authored and andir committed Jul 24, 2019
    Copy the full SHA
    96151a4 View commit details
Showing with 377 additions and 377 deletions.
  1. +373 −373 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  2. +4 −4 pkgs/applications/networking/browsers/firefox/packages.nix
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";
ffversion = "68.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "0pg8ww2ldlvdlri0zrzv20x69x00gxshr4afq62pnz7rgrnppkdd0pw5snflisgvpxq1syxcrg5750wz1k4bfjwnyq47jk9h3fzddpw";
sha512 = "20rqfa5sdaagryk00iywnbap0bmhq1c74pfbxi3pq1cs52qs5nhjqn3xm6910zwcn5nw08i9qd5jkg5blvqrjzw780nh8qbrwsm3d4n";
};

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

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

patches = [