google-chrome: 126.0.6478.61 -> 126.0.6478.114

This commit is contained in:
John Titor
2024-06-19 22:19:10 +05:30
parent 66a9a80d83
commit cc7c307b2b
+2 -2
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 ];