microsoft-edge: 138.0.3351.121 -> 139.0.3405.86 (#431892)

This commit is contained in:
Thomas Gerbet 2025-08-09 16:05:27 +02:00 committed by GitHub
commit 240db6aa31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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