Skip to content

Commit c81b9b2

Browse files
authored
google-chrome: 133.0.6943.98 -> 133.0.6943.126 (#383605)
1 parent e6863a5 commit c81b9b2

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 = "133.0.6943.98";
174+
version = "133.0.6943.126";
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-UHpt9ToxrE2VA3c5+zOpMYpKWPRWIIeCErIZwEWkfqg=";
178+
hash = "sha256-B1kPoPMgPOwusxosWzge4d6jQwV0A10fwL2gcrzYu/4=";
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 = "133.0.6943.99";
277+
version = "133.0.6943.127";
278278

279279
src = fetchurl {
280-
url = "http://dl.google.com/release2/chrome/adux5id3nnmm6yel34xr47dlcova_133.0.6943.99/GoogleChrome-133.0.6943.99.dmg";
281-
hash = "sha256-fcwFpGgbojvB1269/aWLNcj9JnzB0WlNimpYNETIyE8=";
280+
url = "http://dl.google.com/release2/chrome/ac4k2kxfjhk4ggh2tvxk4t47hl7q_133.0.6943.127/GoogleChrome-133.0.6943.127.dmg";
281+
hash = "sha256-baWFgjwcHg1Y3jNdIpcARFoaK0GZgqFe0bM2xtXsJtA=";
282282
};
283283

284284
dontPatch = true;

0 commit comments

Comments
 (0)