1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

google-chrome: 129.0.6668.101 -> 130.0.6723.59

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:57 +03:00
parent 484f4d9ad6
commit ca271dd00b
No known key found for this signature in database
GPG key ID: 0DB5361BEEE530AB

View file

@ -266,11 +266,11 @@ let
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
inherit pname meta passthru;
version = "129.0.6668.101";
version = "130.0.6723.59";
src = fetchurl {
url = "http://dl.google.com/release2/chrome/j4koa2lwvw3lho34hvastakhfi_129.0.6668.101/GoogleChrome-129.0.6668.101.dmg";
hash = "sha256-rwH7BqOyszmybadZ4gtJHoVxxjcjZLHcOku+YxZH88w=";
url = "http://dl.google.com/release2/chrome/oehlfkedv43jkzlol2mqd6xife_130.0.6723.59/GoogleChrome-130.0.6723.59.dmg";
hash = "sha256-ioEWtD49XtZTItz+bCiDobV0nW82Dv6S41/oHlUsatU=";
};
dontPatch = true;