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

Commits on May 19, 2017

  1. firefox: 53.0.2 -> 53.0.3

    (from master commit 0460c77)
    vcunat committed May 19, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    infinisil Silvan Mosberger
    Copy the full SHA
    cfaf051 View commit details
  2. firefox-esr: 52.1.1esr -> 52.1.2esr

    (from master commit 1b3f3f0)
    vcunat committed May 19, 2017
    Copy the full SHA
    b3e54ca View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/networking/browsers/firefox/default.nix
8 changes: 4 additions & 4 deletions pkgs/applications/networking/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
@@ -153,8 +153,8 @@ in {

firefox-unwrapped = common {
pname = "firefox";
version = "53.0.2";
sha512 = "d56d563db7e1a0faa2de9315b71b479adb9109624d0958224ad2cee331dcbdb4f414380bd91f70ee0b3e543eca812c172eb2d6f6b5620f6dd6f61675f5ac69d8";
version = "53.0.3";
sha512 = "cef5de1e9d6ddf6509a80cd30169fdce701b2fed022979ba5931ccea7b8f77cb644b01984dae028d350e32321cfe2eefc0236c0731bf5a2be12a994fc3fc1118";
updateScript = import ./update.nix {
attrPath = "firefox-unwrapped";
inherit writeScript lib common-updater-scripts xidel coreutils gnused gnugrep curl;
@@ -163,8 +163,8 @@ in {

firefox-esr-unwrapped = common {
pname = "firefox-esr";
version = "52.1.1esr";
sha512 = "23f88de0a084341d54aab107bbf71b965a3f5be192ec8681b8b824c7e13d47968a0e56f4acfd2d2c5487c2e4c963e75ea6aeed400add915b3fb6403ee8810374";
version = "52.1.2esr";
sha512 = "76362738f6db82a41ff6af4e12a15a302068a5ce10d23739f29375f3279573d0ea43ecee9d2e46fce833a029e437efcfcceab9442c288560f476e0cff2ea9e1d";
updateScript = import ./update.nix {
attrPath = "firefox-esr-unwrapped";
versionSuffix = "esr";