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