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 2323
2424stdenv . 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
You can’t perform that action at this time.
0 commit comments