palemoon-bin: 33.7.2 -> 33.8.0 (#421922)

authored by Cosima Neidahl and committed by GitHub f8b4b685 84657b64

+3 -3
+3 -3
pkgs/applications/networking/browsers/palemoon/bin.nix
··· 23 23 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "palemoon-bin"; 26 - version = "33.7.2"; 26 + version = "33.8.0"; 27 27 28 28 src = finalAttrs.passthru.sources."gtk${if withGTK3 then "3" else "2"}"; 29 29 ··· 174 174 { 175 175 gtk3 = fetchzip { 176 176 urls = urlRegionVariants "gtk3"; 177 - hash = "sha256-GE45GZ+OmNNwRLTD2pcZpqRA66k4q/+lkQnGJG+z6nQ="; 177 + hash = "sha256-cdPFMYlVEr6D+0mH7Mg5nGpf0KvePGLm3Y/ZytdFHHA="; 178 178 }; 179 179 gtk2 = fetchzip { 180 180 urls = urlRegionVariants "gtk2"; 181 - hash = "sha256-yJPmmQ9IkGzort9OPPWzv+LSeJci8VNoso3NLYev51Q="; 181 + hash = "sha256-dgWKmkHl5B1ri3uev63MNz/+E767ip9wJ/YzSog8vdQ="; 182 182 }; 183 183 }; 184 184