3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #177295 from OPNA2608/fix/palemoon-31.1.0

palemoon: Fix 31.1.0 bump
This commit is contained in:
Anderson Torres 2022-06-12 21:58:00 -03:00 committed by GitHub
commit 1b2beb2370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,9 @@ stdenv.mkDerivation rec {
domain = "repo.palemoon.org";
owner = "MoonchildProductions";
repo = "Pale-Moon";
rev = "${version}_Release";
rev = "${version}_Release_build2"; # Remove _build2 when bumping past 31.1.0
fetchSubmodules = true;
sha256 = "sha256-82OvD4q89D0rxMdzPEabMGLXXtEt4A7P6p2gKi7o+oA=";
sha256 = "sha256-x3n4OeZbnJCPCVjsZJW1nBYlsEYn6fXt80voYWQSNq4=";
};
nativeBuildInputs = [