Merge pull request #102154 from OPNA2608/update/palemoon-28.15.0/21.03

palemoon: 28.14.2 -> 28.15.0
This commit is contained in:
Sandro 2020-11-25 02:15:07 +01:00 committed by GitHub
commit 3cbb893399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,14 @@ let
in stdenv.mkDerivation rec {
pname = "palemoon";
version = "28.14.2";
version = "28.15.0";
src = fetchFromGitHub {
githubBase = "repo.palemoon.org";
owner = "MoonchildProductions";
repo = "Pale-Moon";
rev = "${version}_Release";
sha256 = "1qz2sqc8rcg5z5kncabgmpl6v4i6wrs9dlgmna69255qrmsshwgm";
sha256 = "1sbs3gcwfx58mxc0x1g6jklmvpa9dw2bq3i8y9645gfa1s12p8wy";
fetchSubmodules = true;
};