google-chrome: 125.0.6422.76 -> 125.0.6422.112

This commit is contained in:
Clemens Fruhwirth 2024-05-24 21:26:22 +02:00
parent 5a69430d17
commit 57de378343

View File

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