google-chrome: 144.0.7559.109 -> 144.0.7559.132 (linux) (#486708)

This commit is contained in:
Michael Daniels
2026-02-03 22:27:43 +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.109";
version = "144.0.7559.132";
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-O3fFCcSghHor8UaqvUCn/GDqKD+8SCrXT6FEnWh9QUc=";
hash = "sha256-5VuJaixlw9o+oD1bp6S3o2kR8KcolomSFyWpMZQydwM=";
};
# With strictDeps on, some shebangs were not being patched correctly