palemoon-bin: 34.3.1 -> 34.3.2

This commit is contained in:
R. Ryantm
2026-08-09 04:10:12 +00:00
parent 92fc51132a
commit 10f424263e

View File

@@ -22,7 +22,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "palemoon-bin";
version = "34.3.1";
version = "34.3.2";
src = finalAttrs.passthru.sources."gtk${if withGTK3 then "3" else "2"}";
@@ -171,11 +171,11 @@ stdenv.mkDerivation (finalAttrs: {
{
gtk3 = fetchzip {
urls = urlRegionVariants "gtk3";
hash = "sha256-PFsdDuer6mbxFrcT0rSADcOxunoJIo3Y6O4NG4R8ygY=";
hash = "sha256-zTkIluGSnbpPJGkVGiXKYBGBrOVbbEnarmlW4zKC+cQ=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
hash = "sha256-C48vM0LI6rPSS0wFVnPRlppT4I5EFnWzBFg/Rxw++Bw=";
hash = "sha256-xZDD9cMsgy8NZQnbCzQyCxOnU5S7BPW2NBDfyUmh3EQ=";
};
};