Unverified Commit 2920335c authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

google-chrome: 142.0.7444.134 -> 142.0.7444.175 (#463344)

parents 46ad3aff 5ec30f0e
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 = "142.0.7444.134";
    version = "142.0.7444.175";

    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-exTjuvwv/W2nemvBHyliD74At7i6ZcKypT9xaVPzcAE=";
      hash = "sha256-jh1xtWvntfqM894lG8nW9OS2UAaXFC8PGpTFpexuLoU=";
    };

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

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

    src = fetchurl {
      url = "http://dl.google.com/release2/chrome/e7ds3jjlib5cryamafm2t5wjce_142.0.7444.135/GoogleChrome-142.0.7444.135.dmg";
      hash = "sha256-kU6DBUW/O/RzbQUNQiKfuu3+h4ys22mg5nF0oKBPNy8=";
      url = "http://dl.google.com/release2/chrome/adwwopanah7ruvzdwqiygodsggsq_142.0.7444.176/GoogleChrome-142.0.7444.176.dmg";
      hash = "sha256-sH/oPMJOxJNKw+znU2lX7BYtSN6vfcs0CyvxOXlPoFs=";
    };

    dontPatch = true;