Skip to content

Commit 3561d68

Browse files
authored
palemoon-bin: 33.7.0 -> 33.7.1 (#405200)
2 parents eaa6858 + 695d683 commit 3561d68

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
@@ -23,7 +23,7 @@
2323

2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "palemoon-bin";
26-
version = "33.7.0";
26+
version = "33.7.1";
2727

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

@@ -174,11 +174,11 @@ stdenv.mkDerivation (finalAttrs: {
174174
{
175175
gtk3 = fetchzip {
176176
urls = urlRegionVariants "gtk3";
177-
hash = "sha256-pWqBcYBSRFI67Q4A38qf7KibZQ1vRlDnTEhJJbTw1Yg=";
177+
hash = "sha256-80L93pQaozdyqMnIswWnS+gNo+xVYv5eFVNnLiK/rcU=";
178178
};
179179
gtk2 = fetchzip {
180180
urls = urlRegionVariants "gtk2";
181-
hash = "sha256-hZhhWIuRu1329VNArT7bsaDqcw/NCopZ5/x5rXVE6y4=";
181+
hash = "sha256-dnDQKRCqADzdotJRUeETqaGV+S+M6/de5LuBgMYYvPE=";
182182
};
183183
};
184184

0 commit comments

Comments
 (0)