Unverified Commit 4fa019d8 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

google-chrome: 131.0.6778.69 -> 131.0.6778.85 (#357763)

parents c12ea496 bd6d61f0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -166,11 +166,11 @@ let

  linux = stdenv.mkDerivation (finalAttrs: {
    inherit pname meta passthru;
    version = "131.0.6778.69";
    version = "131.0.6778.85";

    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-7aE6RZE5kB3DaJFUDdc2Ter8SsZZM0JzYmKn1hF1BUs=";
      hash = "sha256-Cn0fg6WI1kFdk8s0LCksMCMLSDkPImXBDNK+hNMlMpQ=";
    };

    # With strictDeps on, some shebangs were not being patched correctly
@@ -266,11 +266,11 @@ let

  darwin = stdenvNoCC.mkDerivation (finalAttrs: {
    inherit pname meta passthru;
    version = "131.0.6778.70";
    version = "131.0.6778.86";

    src = fetchurl {
      url = "http://dl.google.com/release2/chrome/acwi7l3xj4g6lag6mccophfiv2aa_131.0.6778.70/GoogleChrome-131.0.6778.70.dmg";
      hash = "sha256-Gikqdh9g3FAnWBLrxMtbomKceIaMsz/GnguiEUpKJW0=";
      url = "http://dl.google.com/release2/chrome/neljlxhync4hvd3scdidzwcaj4_131.0.6778.86/GoogleChrome-131.0.6778.86.dmg";
      hash = "sha256-EIX74r86/J8dgz585O7dcx0pv/OlR3ZNLiUe6E/V2C8=";
    };

    dontPatch = true;