google-chrome: 144.0.7559.132 -> 145.0.7632.45 (linux) (#489265)

This commit is contained in:
Michael Daniels
2026-02-11 14:14:56 +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.132";
version = "145.0.7632.45";
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-5VuJaixlw9o+oD1bp6S3o2kR8KcolomSFyWpMZQydwM=";
hash = "sha256-au1T/nd8qaWKaAuEioACIwBWb7kCQkKR4FSYSnhMc6I=";
};
# With strictDeps on, some shebangs were not being patched correctly