Skip to content

Commit de551d2

Browse files
authored
[Backport release-25.11] google-chrome: 145.0.7632.109/110 -> 145.0.7632.116/117 (#493467)
2 parents e80f56a + 450ab69 commit de551d2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/by-name/go/google-chrome/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ let
178178

179179
linux = stdenvNoCC.mkDerivation (finalAttrs: {
180180
inherit pname meta passthru;
181-
version = "145.0.7632.109";
181+
version = "145.0.7632.116";
182182

183183
src = fetchurl {
184184
url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb";
185-
hash = "sha256-VNvx/3l3gzj8HjeeK3v/Hj05E9t2PvsiP8pnIOq1AEA=";
185+
hash = "sha256-lGMopGtpLp3g0PVIfRIACNP6yRarzQDIsuctNbiqCCo=";
186186
};
187187

188188
# With strictDeps on, some shebangs were not being patched correctly
@@ -292,11 +292,11 @@ let
292292

293293
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
294294
inherit pname meta passthru;
295-
version = "145.0.7632.110";
295+
version = "145.0.7632.117";
296296

297297
src = fetchurl {
298-
url = "http://dl.google.com/release2/chrome/odn6jvyow6owsodlm42m33k7ta_145.0.7632.110/GoogleChrome-145.0.7632.110.dmg";
299-
hash = "sha256-siBn+vaSvvgrMEF1Da74nu1WGvyM1QUggarrEuqcGy4=";
298+
url = "http://dl.google.com/release2/chrome/ej7xgqe26rn6kjtl4mhau5cs44_145.0.7632.117/GoogleChrome-145.0.7632.117.dmg";
299+
hash = "sha256-OZWuV9s6vlCcxUXKmrJtMO6KRUadkmQKoMYXrDhKatU=";
300300
};
301301

302302
dontPatch = true;

0 commit comments

Comments
 (0)