Merge pull request #136424 from NixOS/backport-136382-to-release-21.05

[Backport release-21.05] palemoon: 29.4.0.1 -> 29.4.0.2
This commit is contained in:
Anderson Torres 2021-09-02 10:21:00 -03:00 committed by GitHub
commit ec1c2a06cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,14 +52,14 @@ let
in
stdenv.mkDerivation rec {
pname = "palemoon";
version = "29.4.0.1";
version = "29.4.0.2";
src = fetchFromGitHub {
githubBase = "repo.palemoon.org";
owner = "MoonchildProductions";
repo = "Pale-Moon";
rev = "${version}_Release";
sha256 = "1qzsryhlxvh9xx9j7s4dmxv575z13wdx8iigj8r0pdmg5kx6rpkb";
sha256 = "086f517xkk4smx57klyyvx4m3g6r5f1667w990zhpapbh997hfri";
fetchSubmodules = true;
};