google-chrome: 128.0.6613.137 -> 129.0.6668.58

This commit is contained in:
John Titor 2024-09-22 00:36:27 +05:30
parent e677e7056c
commit 0c6b57f796
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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