Commit 23a129de authored by Christoph Hollizeck's avatar Christoph Hollizeck Committed by Masum Reza
Browse files

microsoft-edge: 137.0.3296.93 -> 138.0.3351.55

(cherry picked from commit 8c54a012)
parent f52f1e05
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 = "137.0.3296.93";
  version = "138.0.3351.55";

  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-SC8h6UQ/ee5ZlQWAZsmC1Co5Ky4kaXuoMpvVZtTIMHQ=";
    hash = "sha256-SZCtAjhzY8BqwM9IMS2081RWxRT+4gQgrjve7avM7Bo=";
  };

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