Skip to content

Commit

Permalink
[Backport release-24.05] google-chrome: 128.0.6613.137 -> 129.0.6668.…
Browse files Browse the repository at this point in the history
…58 (Linux) (#343666)
  • Loading branch information
JohnRTitor authored Sep 22, 2024
2 parents 3206a41 + 0e9509e commit 1bb6215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/go/google-chrome/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ let

linux = stdenv.mkDerivation (finalAttrs: {
inherit pname meta passthru;
version = "128.0.6613.137";
version = "129.0.6668.58";

src = fetchurl {
url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb";
hash = "sha256-Ggah8tabckPemWtKehx8So1Y55J0UdhAFf5rPRSwV6Q=";
hash = "sha256-lFYGwpdicvp+E4S+sw4+3uFQSwGKvhyFenBZMVgVnMo=";
};

# With strictDeps on, some shebangs were not being patched correctly
Expand Down

0 comments on commit 1bb6215

Please sign in to comment.