Skip to content

Commit

Permalink
palemoon-bin: 33.4.0.1 -> 33.4.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 59424d2)
  • Loading branch information
OPNA2608 authored and github-actions[bot] committed Nov 8, 2024
1 parent ce9e62a commit 75d09da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/browsers/palemoon/bin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "palemoon-bin";
version = "33.4.0.1";
version = "33.4.1";

src = finalAttrs.passthru.sources."gtk${if withGTK3 then "3" else "2"}";

Expand Down Expand Up @@ -158,11 +158,11 @@ stdenv.mkDerivation (finalAttrs: {
in {
gtk3 = fetchzip {
urls = urlRegionVariants "gtk3";
hash = "sha256-34x9L0L42KO7mUDaW41I71ln5xyHGAKBoAJ6HcDC//g=";
hash = "sha256-pjOzU8atFNzYujxxoVihn0Cvq4Xvh7U2auSznE29Wpc=";
};
gtk2 = fetchzip {
urls = urlRegionVariants "gtk2";
hash = "sha256-TRIgfqKsJxueZ/Oazw7kTLjVyxdh+IUiR+XDaemow9A=";
hash = "sha256-ikgO0vVTySw3I6gdSu5k2e35xZ95bJY4f18Fjh+c0rA=";
};
};

Expand Down

0 comments on commit 75d09da

Please sign in to comment.