google-chrome: 139.0.7258.154 -> 140.0.7339.80

Darwin google-chrome: 139.0.7258.155 -> 140.0.7339.81

https://developer.chrome.com/blog/new-in-chrome-140

https://developer.chrome.com/release-notes/140

https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop.html
(cherry picked from commit e040850a7d)
This commit is contained in:
John Titor
2025-09-04 01:58:23 +05:30
committed by Masum Reza
parent 48d406fb9c
commit 3261432fe3

View File

@@ -170,11 +170,11 @@ let
linux = stdenvNoCC.mkDerivation (finalAttrs: {
inherit pname meta passthru;
version = "139.0.7258.154";
version = "140.0.7339.80";
src = fetchurl {
url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb";
hash = "sha256-6uEk4a5bVlsVNwW+ZHHBgTGmw/ArgrRQwKfLcSITt8o=";
hash = "sha256-9hNwMWUbtWsDvKc9hvfbI7PNVYm1L1mBLuXPlDzIG40=";
};
# With strictDeps on, some shebangs were not being patched correctly
@@ -275,11 +275,11 @@ let
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
inherit pname meta passthru;
version = "139.0.7258.155";
version = "140.0.7339.81";
src = fetchurl {
url = "http://dl.google.com/release2/chrome/gzhmrqghx4b6bwhn7ck3vb2h5y_139.0.7258.155/GoogleChrome-139.0.7258.155.dmg";
hash = "sha256-k8kbSLD7K4AuuZlPYavjEyL+4Cbx3geYCghLfaf5o2E=";
url = "http://dl.google.com/release2/chrome/ockuail56dwhuxixexwh6zhrhm_140.0.7339.81/GoogleChrome-140.0.7339.81.dmg";
hash = "sha256-81TTdxKGHzLgSXSY2TVxY8JEjFZ6FZOhq3UuGvC0XAE=";
};
dontPatch = true;