Merge pull request #232307 from OPNA2608/update/palemoon

palemoon: 32.1.1 -> 32.2.0
This commit is contained in:
Anderson Torres 2023-05-17 23:17:52 -03:00 committed by GitHub
commit 610a6e729f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ assert with lib.strings; (
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "palemoon"; pname = "palemoon";
version = "32.1.1"; version = "32.2.0";
src = fetchFromGitea { src = fetchFromGitea {
domain = "repo.palemoon.org"; domain = "repo.palemoon.org";
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
repo = "Pale-Moon"; repo = "Pale-Moon";
rev = "${version}_Release"; rev = "${version}_Release";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-Z9dBYO5AGDYRLlnEfHUu6thgc2a8OK/tPuRzwp0j9J8="; sha256 = "sha256-ftY3xSvpAdjnoPsNNL+XyVD6hFPRmReLyrYT5pqSNho=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [