google-chrome: 126.0.6478.61 -> 126.0.6478.114

(cherry picked from commit cc7c307b2b)
This commit is contained in:
John Titor 2024-06-19 22:19:10 +05:30 committed by github-actions[bot]
parent dd457de7e0
commit d72076d30c

View File

@ -64,11 +64,11 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "google-chrome";
version = "126.0.6478.61";
version = "126.0.6478.114";
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-L7gBl4SMHIq0x+GZiaaK5Dxs+UJDandz0xYET7YO73o=";
hash = "sha256-CGqo6XnUwndOjODOxy+TCGxDXbAz4EwkZMOl7ZLFsAc=";
};
nativeBuildInputs = [ patchelf makeWrapper ];