Skip to content

Commit 45f6ae8

Browse files
jnsgrukJohnRTitor
authored andcommitted
google-chrome: 138.0.7204.49 -> 138.0.7204.92
1 parent 4a4cd19 commit 45f6ae8

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 = stdenvNoCC.mkDerivation (finalAttrs: {
173173
inherit pname meta passthru;
174-
version = "138.0.7204.49";
174+
version = "138.0.7204.92";
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-FHYjo8rPmruJWEpHnkJHs5Ht0NP2GwGSKNYbDCtQmSY=";
178+
hash = "sha256-9HaUIvJEw6PqinEnpam/Dh5+6XPJ2ou+j8Jfhc7nd/E=";
179179
};
180180

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

277277
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
278278
inherit pname meta passthru;
279-
version = "138.0.7204.50";
279+
version = "138.0.7204.93";
280280

281281
src = fetchurl {
282-
url = "http://dl.google.com/release2/chrome/a4ahzfkgyxfqoxgobvw6tfhnre_138.0.7204.50/GoogleChrome-138.0.7204.50.dmg";
283-
hash = "sha256-/VsCUAowk59whR7GYBqzNjp3+aMih68L/6zbfytesOk=";
282+
url = "http://dl.google.com/release2/chrome/k3cs4pgesvh4zq3jml7x52esia_138.0.7204.93/GoogleChrome-138.0.7204.93.dmg";
283+
hash = "sha256-IEcwjrtNMMSjwNCrINjXRbnSI0Uf2JKtA+KwvQc5Fhc=";
284284
};
285285

286286
dontPatch = true;

0 commit comments

Comments
 (0)