google-chrome: 144.0.7559.96 -> 144.0.7559.109 (Linux only) (#484570)

This commit is contained in:
Michael Daniels
2026-01-27 23:18:30 +00:00
committed by GitHub
+2 -2
View File
@@ -179,11 +179,11 @@ let
linux = stdenvNoCC.mkDerivation (finalAttrs: {
inherit pname meta passthru;
version = "144.0.7559.96";
version = "144.0.7559.109";
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-tPM+bbT3AreOPZdeHfO2ktBXvFGicH1+oz/a2R+MbEE=";
hash = "sha256-O3fFCcSghHor8UaqvUCn/GDqKD+8SCrXT6FEnWh9QUc=";
};
# With strictDeps on, some shebangs were not being patched correctly