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: bf9cd87b3bab
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f5b5d483d180
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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a1e65f8 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
    820fc82 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
    f5b5d48 View commit details
Showing with 402 additions and 401 deletions.
  1. +397 −397 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  2. +5 −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.

9 changes: 5 additions & 4 deletions pkgs/applications/networking/browsers/firefox/packages.nix
Original file line number Diff line number Diff line change
@@ -20,10 +20,11 @@ rec {

firefox = common rec {
pname = "firefox";
version = "65.0.1";

version = "65.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "2crb46l5r0rwmzr1m8cn9f6xgajwcvansnplqg4kg91rf6x8q0zqzfnmyli9ccsbqvh7bqd31dmy14gwjskasqc4v103x9hchzshxnc";
sha512 = "2qai7krlc5whsbnwbn67d63lbm7j8mnx8nq0cw44j9nf5gnqx80afqcs08705xlf0n350xa5iif6b9m4nw0jwikps25cirwavrra348";
};

patches = nixpkgsPatches ++ [
@@ -70,10 +71,10 @@ rec {

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

patches = nixpkgsPatches ++ [