Unverified Commit 5a33efae authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

microsoft-edge: 134.0.3124.51 -> 134.0.3124.68 (#390938)

parents abf2b9d6 02e7c36d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -174,11 +174,11 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "microsoft-edge";
  version = "134.0.3124.51";
  version = "134.0.3124.68";

  src = fetchurl {
    url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${finalAttrs.version}-1_amd64.deb";
    hash = "sha256-i7C6Q4uCBZnIyd2LA+Kws5/WxHZaoz/UxgN9AtZCtuo=";
    hash = "sha256-zjN8ssVeR3yyw+e6tVzcrrYkLToo8Rmm4GjcG9iQMpk=";
  };

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