microsoft-edge: 145.0.3800.58 -> 145.0.3800.70 (#492598)

This commit is contained in:
Matteo Pacini
2026-02-21 16:06:18 +00:00
committed by GitHub
+2 -2
View File
@@ -162,11 +162,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "145.0.3800.58";
version = "145.0.3800.70";
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-RmXe5w7UQALjjEPfrH3l5nyi0U58x5OlNrtfWIY48U0=";
hash = "sha256-gUyh9AD1ntnZb2iLRwKLxy0PxY0Dist73oT9AC2pFQI=";
};
# With strictDeps on, some shebangs were not being patched correctly