microsoft-edge: 139.0.3405.86 -> 139.0.3405.102

This commit is contained in:
R. Ryantm 2025-08-16 09:57:13 +00:00
parent b6b47963d8
commit 04f072b56a

View File

@ -178,11 +178,11 @@ in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "139.0.3405.86";
version = "139.0.3405.102";
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-S1/RUSwRQsBQno/I31xjw1CGs0tJpl5HRatat+wOqmE=";
hash = "sha256-rY6Q3sMIAGX/ZKOVvwSl6cxq24SB1PiCn7b1pMXMeps=";
};
# With strictDeps on, some shebangs were not being patched correctly