Skip to content

Commit 59424d2

Browse files
committed
palemoon-bin: 33.4.0.1 -> 33.4.1
1 parent f48c6c0 commit 59424d2

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/browsers/palemoon

1 file changed

+3
-3
lines changed

pkgs/applications/networking/browsers/palemoon/bin.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "palemoon-bin";
23-
version = "33.4.0.1";
23+
version = "33.4.1";
2424

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

@@ -158,11 +158,11 @@ stdenv.mkDerivation (finalAttrs: {
158158
in {
159159
gtk3 = fetchzip {
160160
urls = urlRegionVariants "gtk3";
161-
hash = "sha256-34x9L0L42KO7mUDaW41I71ln5xyHGAKBoAJ6HcDC//g=";
161+
hash = "sha256-pjOzU8atFNzYujxxoVihn0Cvq4Xvh7U2auSznE29Wpc=";
162162
};
163163
gtk2 = fetchzip {
164164
urls = urlRegionVariants "gtk2";
165-
hash = "sha256-TRIgfqKsJxueZ/Oazw7kTLjVyxdh+IUiR+XDaemow9A=";
165+
hash = "sha256-ikgO0vVTySw3I6gdSu5k2e35xZ95bJY4f18Fjh+c0rA=";
166166
};
167167
};
168168

0 commit comments

Comments
 (0)