Unverified Commit 51fe3381 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

google-chrome: 143.0.7499.169 -> 143.0.7499.192 (#477667)

parents e19a0372 4b7ba8af
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -170,11 +170,11 @@ let

  linux = stdenvNoCC.mkDerivation (finalAttrs: {
    inherit pname meta passthru;
    version = "143.0.7499.169";
    version = "143.0.7499.192";

    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-j9eDgZfP9Ii6B3XhLYF6t6oZq8zWRpl0Tkm4GuCDPKE=";
      hash = "sha256-ZITChtyAifDrQdEkuW4+9MTLD/KJ3A+GmOHxuFH7yDQ=";
    };

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

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

    src = fetchurl {
      url = "http://dl.google.com/release2/chrome/mhjgbmlx5vzoqorxvxcf4zts4y_143.0.7499.170/GoogleChrome-143.0.7499.170.dmg";
      hash = "sha256-WoT/+dTPh3YVcMoKmmuRb0+9E3N91ffPiw0fkMlaR5o=";
      url = "http://dl.google.com/release2/chrome/negywdvxiridhsd2tz7neakcju_143.0.7499.193/GoogleChrome-143.0.7499.193.dmg";
      hash = "sha256-Sl32kUBXkiQzhw7rga8+nGp9WDddxD3NuZBwMTfYZFo=";
    };

    dontPatch = true;