google-chrome: 126.0.6478.114 -> 126.0.6478.126

This commit is contained in:
R. Ryantm
2024-06-30 04:11:34 +00:00
parent 65ed2124ae
commit 7dfa379b93
+2 -2
View File
@@ -64,11 +64,11 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "google-chrome";
version = "126.0.6478.114";
version = "126.0.6478.126";
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-CGqo6XnUwndOjODOxy+TCGxDXbAz4EwkZMOl7ZLFsAc=";
hash = "sha256-PsHK27Vc9mzFHwQh6s4ySoiDbuLZgrlFuPZ6PxMbCSQ=";
};
nativeBuildInputs = [ patchelf makeWrapper ];