Skip to content

Commit 18f0ce2

Browse files
authored
palemoon-bin: 33.6.0 -> 33.6.0.1 (#383691)
2 parents 0aad20f + ba6fb0f commit 18f0ce2

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
@@ -21,7 +21,7 @@
2121

2222
stdenv.mkDerivation (finalAttrs: {
2323
pname = "palemoon-bin";
24-
version = "33.6.0";
24+
version = "33.6.0.1";
2525

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

@@ -172,11 +172,11 @@ stdenv.mkDerivation (finalAttrs: {
172172
{
173173
gtk3 = fetchzip {
174174
urls = urlRegionVariants "gtk3";
175-
hash = "sha256-fOha0D8drFbKtfl/UA4MqzBhhBrvS3T81XP09RZQc9c=";
175+
hash = "sha256-oIgJOLn4+JgRN4dHmSPc5jNIzt9bPYo1f88yyIpylgg=";
176176
};
177177
gtk2 = fetchzip {
178178
urls = urlRegionVariants "gtk2";
179-
hash = "sha256-r8sAkQ7XiYs39VZjvegVgx7KrfB8WyZfcl/XgGV/kwA=";
179+
hash = "sha256-2ljQPbmZWzg4BAujLnlfl9LM3VHSVIIach8NmL6ged8=";
180180
};
181181
};
182182

0 commit comments

Comments
 (0)