Skip to content

Commit 1bc74de

Browse files
authored
google-chrome: 130.0.6723.69 -> 130.0.6723.92 (#353488)
2 parents 7c7453a + 7d2df19 commit 1bc74de

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
@@ -166,11 +166,11 @@ let
166166

167167
linux = stdenv.mkDerivation (finalAttrs: {
168168
inherit pname meta passthru;
169-
version = "130.0.6723.69";
169+
version = "130.0.6723.91";
170170

171171
src = fetchurl {
172172
url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb";
173-
hash = "sha256-MhLaPV2Ht4ZYsmrs4HWYtv/IFqD/mQVZwA/IVnZfND8=";
173+
hash = "sha256-30RwtLlU4GhqDhbHTZMqrih77d2yOFeIBiOG3CugvLo=";
174174
};
175175

176176
# With strictDeps on, some shebangs were not being patched correctly
@@ -266,11 +266,11 @@ let
266266

267267
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
268268
inherit pname meta passthru;
269-
version = "130.0.6723.70";
269+
version = "130.0.6723.92";
270270

271271
src = fetchurl {
272-
url = "http://dl.google.com/release2/chrome/acl5a2wdujowx65sbvjgokb6thqq_130.0.6723.70/GoogleChrome-130.0.6723.70.dmg";
273-
hash = "sha256-Ft+kBhYnnMpsRsCmmXp9rgyGuwCAb9WW6u5z6UJzh7o=";
272+
url = "http://dl.google.com/release2/chrome/adlhlvvxwq7oxwh4d3ghghzdnhaq_130.0.6723.92/GoogleChrome-130.0.6723.92.dmg";
273+
hash = "sha256-R1YCj0Ou+pyGUCxh6ATTTPIb5qUTnGROZypuAh8SlAg=";
274274
};
275275

276276
dontPatch = true;

0 commit comments

Comments
 (0)