Unverified Commit 484f4d9a authored by DontEatOreo's avatar DontEatOreo
Browse files

google-chrome: 129.0.6668.100 -> 130.0.6723.58

parent 744a8ebe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,11 +166,11 @@ let

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

    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-5NITOnDEVd5PeyWT9rPVgFv5W5bP2h+bLM30hjmpgzs=";
      hash = "sha256-HWFC+9Op4ja/S3eP56N9hkOkMbCrbF+NHEcxSLb85Hg=";
    };

    # With strictDeps on, some shebangs were not being patched correctly