Merge pull request #314033 from jnsgruk/chrome-125.0.6422.76

google-chrome: 125.0.6422.60 -> 125.0.6422.76
This commit is contained in:
Jon Seager 2024-05-23 20:27:03 +01:00 committed by GitHub
commit b050751278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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