Merge pull request #87868 from OPNA2608/update-palemoon

palemoon: 28.9.1 -> 28.9.3
This commit is contained in:
Christoph Hrdinka 2020-06-04 16:40:57 +02:00 committed by GitHub
commit 001cf3f926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,12 +16,12 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "palemoon"; pname = "palemoon";
version = "28.9.1"; version = "28.9.3";
src = fetchgit { src = fetchgit {
url = "https://github.com/MoonchildProductions/Pale-Moon.git"; url = "https://github.com/MoonchildProductions/Pale-Moon.git";
rev = "${version}_Release"; rev = "${version}_Release";
sha256 = "1772by9r9l1l0wmj4hs89r3zyckcbrq1krb09bn3pxvjjywzvkfl"; sha256 = "1f8vfjyihlr2l79mkfgdcvwjnh261n6imkps310x9x3977jiq2wr";
fetchSubmodules = true; fetchSubmodules = true;
}; };