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

Commits on Jun 12, 2020

  1. palemoon: 28.9.3 -> 28.10.0

    (cherry picked from commit 7c65275)
    OPNA2608 committed Jun 12, 2020
    Copy the full SHA
    807d383 View commit details

Commits on Jun 17, 2020

  1. Merge pull request #90213 from OPNA2608/backport-update-palemoon-28.10.0

    [20.03] palemoon: 28.9.3 -> 28.10.0
    worldofpeace authored Jun 17, 2020
    Copy the full SHA
    e429855 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/browsers/palemoon/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/palemoon/default.nix
Original file line number Diff line number Diff line change
@@ -16,12 +16,12 @@ let

in stdenv.mkDerivation rec {
pname = "palemoon";
version = "28.9.3";
version = "28.10.0";

src = fetchgit {
url = "https://github.com/MoonchildProductions/Pale-Moon.git";
rev = "${version}_Release";
sha256 = "1f8vfjyihlr2l79mkfgdcvwjnh261n6imkps310x9x3977jiq2wr";
sha256 = "0c64vmrp46sbl1dgl9dq2vkmpgz9gvgd59dk02jqwyhx4lln1g2l";
fetchSubmodules = true;
};