microsoft-edge: 145.0.3800.82 → 145.0.3800.97

This commit is contained in:
Christoph Hollizeck
2026-03-11 14:54:46 +01:00
parent f6b3c6a254
commit 806b7ee759
+2 -2
View File
@@ -170,11 +170,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "145.0.3800.82";
version = "145.0.3800.97";
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-KejSggcs88eY5STNG9F7TueZgvBnmxesoNbtUNjSrfk=";
hash = "sha256-Zih/MOiE1AptZBOtR5V7IRd50JVokzzXQb1V6pUK0VI=";
};
# With strictDeps on, some shebangs were not being patched correctly