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

Commits on Jan 22, 2020

  1. palemoon: 28.8.0 -> 28.8.1

    r-ryantm committed Jan 22, 2020
    Copy the full SHA
    3aa2742 View commit details
  2. Merge pull request #78248 from r-ryantm/auto-update/palemoon

    palemoon: 28.8.0 -> 28.8.1
    ryantm authored Jan 22, 2020
    Copy the full SHA
    0e1e99d 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
@@ -13,13 +13,13 @@ let

in stdenv.mkDerivation rec {
pname = "palemoon";
version = "28.8.0";
version = "28.8.1";

src = fetchFromGitHub {
owner = "MoonchildProductions";
repo = "UXP";
rev = "PM${version}_Release";
sha256 = "0swmwall8pyg905jnw6x1b6vcv92zb7ph3zqcymh4ay2liikh8c0";
sha256 = "055bmfgasxf7azjqry06bbgwx6ryrdc1zrcq8b217b6zb1in037x";
};

desktopItem = makeDesktopItem {