Skip to content

Commit 57fae8f

Browse files
committed
google-chrome: 132.0.6834.110 -> 133.0.6943.53
1 parent 2225135 commit 57fae8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

172172
linux = stdenv.mkDerivation (finalAttrs: {
173173
inherit pname meta passthru;
174-
version = "132.0.6834.110";
174+
version = "133.0.6943.53";
175175

176176
src = fetchurl {
177177
url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb";
178-
hash = "sha256-4mtVCiKXKnjmHlyYgnDneX9hOmYgafwZ230iFfH48Tc=";
178+
hash = "sha256-73X2cohboI+GbFDk5ikjxnT1PKjG4UoyzhA9T9Qe9Vk=";
179179
};
180180

181181
# With strictDeps on, some shebangs were not being patched correctly
@@ -274,11 +274,11 @@ let
274274

275275
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
276276
inherit pname meta passthru;
277-
version = "132.0.6834.111";
277+
version = "133.0.6943.54";
278278

279279
src = fetchurl {
280-
url = "http://dl.google.com/release2/chrome/acuc7atz5smv6q4nvkuutofbz6uq_132.0.6834.111/GoogleChrome-132.0.6834.111.dmg";
281-
hash = "sha256-kC4MA57eeapnzCgyBuLNq9NBTFdcECMtoNwMzWd0KEg=";
280+
url = "http://dl.google.com/release2/chrome/acyg7rfg57oedifn3wrcxvaq5duq_133.0.6943.54/GoogleChrome-133.0.6943.54.dmg";
281+
hash = "sha256-VkLjnKjAgj9Fg21jh9Xl56XDBmG0OUuDsnj93rQvJ40=";
282282
};
283283

284284
dontPatch = true;

0 commit comments

Comments
 (0)