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

Commits on Mar 2, 2019

  1. firefox-bin: 65.0 -> 65.0.2

    (cherry picked from commit 03bbab8)
    taku0 authored and andir committed Mar 2, 2019
    Copy the full SHA
    e04f8ec View commit details
  2. firefox: 65.0.1 -> 65.0.2

    (cherry picked from commit d59a40c)
    taku0 authored and andir committed Mar 2, 2019
    Copy the full SHA
    b2234b4 View commit details
  3. firefox-esr: 60.5.1esr -> 60.5.2esr

    (cherry picked from commit 692a763)
    taku0 authored and andir committed Mar 2, 2019
    Copy the full SHA
    b7f92ef View commit details
Showing with 401 additions and 401 deletions.
  1. +397 −397 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  2. +4 −4 pkgs/applications/networking/browsers/firefox/packages.nix
794 changes: 397 additions & 397 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 = "65.0.1";
ffversion = "65.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "2crb46l5r0rwmzr1m8cn9f6xgajwcvansnplqg4kg91rf6x8q0zqzfnmyli9ccsbqvh7bqd31dmy14gwjskasqc4v103x9hchzshxnc";
sha512 = "2qai7krlc5whsbnwbn67d63lbm7j8mnx8nq0cw44j9nf5gnqx80afqcs08705xlf0n350xa5iif6b9m4nw0jwikps25cirwavrra348";
};

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

firefox-esr-60 = common rec {
pname = "firefox-esr";
ffversion = "60.5.1esr";
ffversion = "60.5.2esr";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "0fvjw5zd8a9ki0a8phavi6xxfxbck21vj0k8415c5sxv48fwhqdhlnv3wx7riss4rjy9dylhr5xpa99dj9q98z735r8fxb7s3x3vrjz";
sha512 = "36yzxf0ac5kf8y0z7v14dryw29zn06nm2g8brzrm1ggbsbasmki5cb9kkmvcpxs8w2h26ldnjnybzlnwx14002rd0xbhf6hzjpfbrsv";
};

patches = [