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

Commits on May 16, 2021

  1. firefox-bin: 88.0 -> 88.0.1

    (cherry picked from commit 7ae74ab)
    taku0 committed May 16, 2021
    Copy the full SHA
    e0e6e50 View commit details
  2. firefox: 88.0 -> 88.0.1

    (cherry picked from commit bd5046e)
    taku0 committed May 16, 2021
    Copy the full SHA
    36f9771 View commit details
  3. firefox-esr: 78.10.0esr -> 78.10.1esr

    (cherry picked from commit d6229c7)
    taku0 committed May 16, 2021
    Copy the full SHA
    96e342a View commit details

Commits on May 17, 2021

  1. 1

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    52090c6 View commit details
Showing with 393 additions and 393 deletions.
  1. +389 −389 pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
  2. +4 −4 pkgs/applications/networking/browsers/firefox/packages.nix
778 changes: 389 additions & 389 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
@@ -7,10 +7,10 @@ in
rec {
firefox = commonCP rec {
pname = "firefox";
ffversion = "88.0";
ffversion = "88.0.1";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "f58f44f2f0d0f54eae5ab4fa439205feb8b9209b1bf2ea2ae0c9691e9e583bae2cbd4033edb5bdf4e37eda5b95fca688499bed000fe26ced8ff4bbc49347ce31";
sha512 = "e2d7fc950ba49f225c83ee1d799d6318fcf16c33a3b7f40b85c49d5b7865f7e632c703e5fd227a303b56e2565d0796283ebb12d7fd1a02781dcaa45e84cea934";
};

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

firefox-esr-78 = commonCP rec {
pname = "firefox-esr";
ffversion = "78.10.0esr";
ffversion = "78.10.1esr";
src = fetchurl {
url = "mirror://mozilla/firefox/releases/${ffversion}/source/firefox-${ffversion}.source.tar.xz";
sha512 = "5e2cf137dc781855542c29df6152fa74ba749801640ade3cf01487ce993786b87a4f603d25c0af9323e67c7e15c75655523428c1c1426527b8623c7ded9f5946";
sha512 = "a22773d9b3f0dca253805257f358a906769d23f15115e3a8851024f701e27dee45f056f7d34ebf1fcde0a3f91ec299639c2a12556e938a232cdea9e59835fde1";
};

meta = {