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: 9c181446361d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 254b7116e40f
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on May 5, 2017

  1. firefox-bin: 53.0 -> 53.0.2

    taku0 committed May 5, 2017
    Copy the full SHA
    de8073c View commit details

Commits on May 7, 2017

  1. firefox: 53.0 -> 53.0.2

    taku0 committed May 7, 2017
    Copy the full SHA
    4689fda View commit details
  2. Copy the full SHA
    6b71754 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    254b711 View commit details
Showing with 377 additions and 377 deletions.
  1. +373 −373 pkgs/applications/networking/browsers/firefox-bin/sources.nix
  2. +4 −4 pkgs/applications/networking/browsers/firefox/packages.nix
746 changes: 373 additions & 373 deletions pkgs/applications/networking/browsers/firefox-bin/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
@@ -6,10 +6,10 @@ rec {

firefox = common rec {
pname = "firefox";
version = "53.0";
version = "53.0.2";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "36ec810bab58e3d99478455a38427a5efbc74d6dd7d4bb93b700fd7429b9b89250efd0abe4609091483991802090c6373c8434dfc9ba64c79a778e51fd2a2886";
sha512 = "d56d563db7e1a0faa2de9315b71b479adb9109624d0958224ad2cee331dcbdb4f414380bd91f70ee0b3e543eca812c172eb2d6f6b5620f6dd6f61675f5ac69d8";
};

meta = {
@@ -25,10 +25,10 @@ rec {

firefox-esr = common rec {
pname = "firefox-esr";
version = "52.1.0esr";
version = "52.1.1esr";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${version}/source/firefox-${version}.source.tar.xz";
sha512 = "ba833904654eda347f83df77e04c8e81572772e8555f187b796ecc30e498b93fb729b6f60935731d9584169adc9d61329155364fddf635cbd11abebe4a600247";
sha512 = "23f88de0a084341d54aab107bbf71b965a3f5be192ec8681b8b824c7e13d47968a0e56f4acfd2d2c5487c2e4c963e75ea6aeed400add915b3fb6403ee8810374";
};

meta = firefox.meta // {