google-chrome: 129.0.6668.100 -> 130.0.6723.58

Changelog: https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_15.html
This commit is contained in:
DontEatOreo 2024-10-16 16:33:40 +03:00
parent 744a8ebe89
commit 484f4d9ad6
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -166,11 +166,11 @@ let
linux = stdenv.mkDerivation (finalAttrs: {
inherit pname meta passthru;
version = "129.0.6668.100";
version = "130.0.6723.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-5NITOnDEVd5PeyWT9rPVgFv5W5bP2h+bLM30hjmpgzs=";
hash = "sha256-HWFC+9Op4ja/S3eP56N9hkOkMbCrbF+NHEcxSLb85Hg=";
};
# With strictDeps on, some shebangs were not being patched correctly