Merge pull request #316611 from clefru/bump-chrome

google-chrome: 125.0.6422.112 -> 125.0.6422.141
This commit is contained in:
Thomas Gerbet 2024-06-02 11:46:51 +02:00 committed by GitHub
commit 4ccd80b376
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.112";
version = "125.0.6422.141";
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-Tx9SGob0b4mndk+zIhSL8MAuCUdwz2HrbnhfXYYfEUo=";
hash = "sha256-nIdzl3DkvGy9EsNS8nvPi8yK0gvx9mFaxYSxuYZZzxI=";
};
nativeBuildInputs = [ patchelf makeWrapper ];