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: 8e41b9fb41d6
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: 10966f414737
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 24, 2018

  1. firefox-bin: 62.0 -> 62.0.2

    (cherry picked from commit 5b79f81)
    taku0 authored and andir committed Sep 24, 2018
    Copy the full SHA
    ccc4bf0 View commit details
  2. firefox: 62.0 -> 62.0.2

    (cherry picked from commit da98236)
    taku0 authored and andir committed Sep 24, 2018
    Copy the full SHA
    71a5983 View commit details
  3. firefox-esr: 60.2.0esr -> 60.2.1esr

    (cherry picked from commit e5778a9)
    taku0 authored and andir committed Sep 24, 2018
    Copy the full SHA
    9227861 View commit details
  4. Merge pull request #47276 from andir/18.03/firefox

    [18.03] firefox, firefox-bin 62.0 -> 62.0.2, firefox-esr: 60.2.0esr -> 60.2.1esr [Moderate security fixes]
    andir authored Sep 24, 2018
    Copy the full SHA
    10966f4 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
@@ -20,10 +20,10 @@ rec {

firefox = common rec {
pname = "firefox";
version = "62.0";
version = "62.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "0byxslbgr37sm1ra3wywl5c2a39qbkjwc227yp4j2l930m5j86m5g7rmv8zm944vv5vnyzmwhym972si229fm2lwq74p4xam5rfv948";
sha512 = "0j5q1aa7jhq4pydaywp8ymibc319wv3gw2q15qp14i069qk3fpn33zb5z86lhb6z864f88ikx3zxv6phqs96qvzj25yqbh7nxmzwhvv";
};

patches = nixpkgsPatches ++ [
@@ -78,10 +78,10 @@ rec {

firefox-esr-60 = common rec {
pname = "firefox-esr";
version = "60.2.0esr";
version = "60.2.1esr";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "1nf7nsycvzafvy4jjli5xh59d2mac17gfx91a1jh86f41w6qcsi3lvkfa8xhxsq8wfdsmqk1f4hmqzyx63h4m691qji7838g2nk49k7";
sha512 = "2mklws09haki91w3js2i5pv8g3z5ck4blnzxvdbk5qllqlv465hn7rvns78hbcbids55mqx50fsn0161la73v25zs04bf8xdhbkcpsm";
};

patches = nixpkgsPatches ++ [