palemoon: 29.3.0 -> 29.4.0

This commit is contained in:
OPNA2608 2021-08-18 03:35:43 +02:00
parent a03369bd31
commit aa08cc4290

View file

@ -52,14 +52,14 @@ let
in
stdenv.mkDerivation rec {
pname = "palemoon";
version = "29.3.0";
version = "29.4.0";
src = fetchFromGitHub {
githubBase = "repo.palemoon.org";
owner = "MoonchildProductions";
repo = "Pale-Moon";
rev = "${version}_Release";
sha256 = "1q0w1ffmdfk22df4p2ks4n55zmz44ir8fbcdn5a5h4ihy73nf6xp";
sha256 = "0hm96n73d446hx4mfsav24mlm6l7fa0dx7br2s1kqcabswh8rk5g";
fetchSubmodules = true;
};