Commit 1b4db183 authored by R. RyanTM's avatar R. RyanTM
Browse files

microsoft-edge: 138.0.3351.55 -> 138.0.3351.65

parent f5f1c760
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -179,11 +179,11 @@ in

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "microsoft-edge";
  version = "138.0.3351.55";
  version = "138.0.3351.65";

  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-SZCtAjhzY8BqwM9IMS2081RWxRT+4gQgrjve7avM7Bo=";
    hash = "sha256-+8bV3pwoYvp4e0eJHj5/NSu15QiFwVJuGxFJkS76gwI=";
  };

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