google-chrome: 140.0.7339.207 -> 141.0.7390.54

menu dir doesn't exist anymore

Changed files
+5 -8
pkgs
by-name
go
google-chrome
+5 -8
pkgs/by-name/go/google-chrome/package.nix
··· 170 170 171 171 linux = stdenvNoCC.mkDerivation (finalAttrs: { 172 172 inherit pname meta passthru; 173 - version = "140.0.7339.207"; 173 + version = "141.0.7390.54"; 174 174 175 175 src = fetchurl { 176 176 url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb"; 177 - hash = "sha256-5g0t+EEJJeItjqKiTpp5qE/bkGKkxvOvLaxh5jCDPss="; 177 + hash = "sha256-vJMHfwIPf+aM3uj3UlYGo/YxTerNLrVouKNNFApGl48="; 178 178 }; 179 179 180 180 # With strictDeps on, some shebangs were not being patched correctly ··· 230 230 --replace-fail /usr/bin/google-chrome-$dist $exe 231 231 substituteInPlace $out/share/gnome-control-center/default-apps/google-$appname.xml \ 232 232 --replace-fail /opt/google/$appname/google-$appname $exe 233 - substituteInPlace $out/share/menu/google-$appname.menu \ 234 - --replace-fail /opt $out/share \ 235 - --replace-fail $out/share/google/$appname/google-$appname $exe 236 233 237 234 for icon_file in $out/share/google/chrome*/product_logo_[0-9]*.png; do 238 235 num_and_suffix="''${icon_file##*logo_}" ··· 275 272 276 273 darwin = stdenvNoCC.mkDerivation (finalAttrs: { 277 274 inherit pname meta passthru; 278 - version = "140.0.7339.214"; 275 + version = "141.0.7390.55"; 279 276 280 277 src = fetchurl { 281 - url = "http://dl.google.com/release2/chrome/mfmmq5vcqbb2jdp3e77lsymylu_140.0.7339.214/GoogleChrome-140.0.7339.214.dmg"; 282 - hash = "sha256-oTyyTHMs3VhGRXWoVlGXvNvwnOWb1eF7iswfJkl8Pe0="; 278 + url = "http://dl.google.com/release2/chrome/ft5t2atavjdcw35pqqr5b5rp6e_141.0.7390.55/GoogleChrome-141.0.7390.55.dmg"; 279 + hash = "sha256-F0IAksB2PHdl4yRV9Pdyd2iRAM7vLF7fJVO7V+l4KTE="; 283 280 }; 284 281 285 282 dontPatch = true;