microsoft-edge: 145.0.3800.97 -> 146.0.3856.62 (#501659)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-23 16:36:03 +00:00
committed by GitHub
+2 -2
View File
@@ -170,11 +170,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "145.0.3800.97";
version = "146.0.3856.62";
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-Zih/MOiE1AptZBOtR5V7IRd50JVokzzXQb1V6pUK0VI=";
hash = "sha256-ana/Vyt3pRyxhNBdduRLRt/wbcdn6622UPEJolCc3Pc=";
};
# With strictDeps on, some shebangs were not being patched correctly