Unverified Commit 90286876 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

google-chrome: 144.0.7559.132 -> 145.0.7632.45

parent ab851d8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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