File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/browsers/palemoon Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222stdenv . 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
You can’t perform that action at this time.
0 commit comments