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

google-chrome: 133.0.6943.141 -> 134.0.6998.35 (#388602)

parents c915fbb0 c55bf443
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -171,11 +171,11 @@ let

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

    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-iMW9V3dARAG7kJgCCWIT0OBDsxYqDnp+CpwgcjAT8zI=";
      hash = "sha256-9byRWcAqSlggSGYISqnja7a38rZ3uNSC9HrZmY+zyjA=";
    };

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

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

    src = fetchurl {
      url = "http://dl.google.com/release2/chrome/ejubi5y7bpapjhrevtxffszuji_133.0.6943.142/GoogleChrome-133.0.6943.142.dmg";
      hash = "sha256-cDnCnswvtRkyrwv52/GFHPTsmRZItN3rgqqc62mS7Ao=";
      url = "http://dl.google.com/release2/chrome/acywna3py5h6xead7weymurbrefq_134.0.6998.45/GoogleChrome-134.0.6998.45.dmg";
      hash = "sha256-l4EgwwPjmYX7nlJF8AkeDcYP0sTswAwfr27sxtPw/08=";
    };

    dontPatch = true;