{palemoon-bin,palemoon-gtk2-bin}: 34.2.2 -> 34.3.0

(cherry picked from commit b765e8c678)
This commit is contained in:
OPNA2608 2026-06-03 20:16:46 +02:00 committed by github-actions[bot]
commit 609fe56b54

View file

@ -5,7 +5,6 @@
alsa-lib,
autoPatchelfHook,
copyDesktopItems,
dbus-glib,
# ffmpeg 7 not supported yet, results in MP4 playback being unavailable
# https://repo.palemoon.org/MoonchildProductions/UXP/issues/2523
ffmpeg_6,
@ -23,7 +22,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "palemoon-bin";
version = "34.2.2";
version = "34.3.0";
src = finalAttrs.passthru.sources."gtk${if withGTK3 then "3" else "2"}";
@ -39,7 +38,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
alsa-lib
dbus-glib
gtk2-x11
libxt
(lib.getLib stdenv.cc.cc)
@ -173,11 +171,11 @@ stdenv.mkDerivation (finalAttrs: {
{
gtk3 = fetchzip {
urls = urlRegionVariants "gtk3";
hash = "sha256-KUlok5T+gf1qgRdivCx2uLijyO0bfurLHfrIgELK//A=";
hash = "sha256-yoZqZJLxgDIxIeyrn6VW6c6iKpU84ZDsJbCz3yf4gdU=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
hash = "sha256-iSQDrlLkTxHNFFZC5X/OKMem2Zk213it1Ki7ADw+Opg=";
hash = "sha256-QhrW1ZD1ouPvWJLvnIEMHgTViGNBshFlT6Ax0l0xGv8=";
};
};