Commit 7cc348b5 authored by R. RyanTM's avatar R. RyanTM
Browse files

microsoft-edge: 131.0.2903.70 -> 131.0.2903.86

parent 259b32e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,11 +168,11 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "microsoft-edge";
  version = "131.0.2903.70";
  version = "131.0.2903.86";

  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-LcinHmzr3o5ILjGdr8uuiOGWok0J9G/kTdASfYQh/tM=";
    hash = "sha256-THhE5R/++/WllfPZPmM0gcYIHw/ZVNFcwIBm6iPdrPM=";
  };

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