google-chrome: 124.0.6367.201 -> 125.0.6422.60

This commit is contained in:
Jon Seager 2024-05-15 13:53:30 +01:00
parent 751f923d7a
commit b85faff723
No known key found for this signature in database

View File

@ -64,11 +64,11 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "google-chrome";
version = "124.0.6367.201";
version = "125.0.6422.60";
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-RvQdpDmWRcsASh1b8M0Zg+AvZprE5qhi14shfo0WlfE=";
hash = "sha256-Q0QMPthJLVquJp7fm6QN+lDb0quZsT7hv6KRXfdBMl4=";
};
nativeBuildInputs = [ patchelf makeWrapper ];