microsoft-edge: 141.0.3537.71 -> 141.0.3537.85

(cherry picked from commit b15b391250)
This commit is contained in:
Rafael Ieda
2025-10-17 09:41:49 -03:00
committed by github-actions[bot]
parent eb0f9264e1
commit b3a75909fa

View File

@@ -6,7 +6,7 @@
patchelf,
bintools,
dpkg,
# Linked dynamic libraries.
# Linked dynamic libraries
alsa-lib,
at-spi2-atk,
at-spi2-core,
@@ -55,7 +55,7 @@
# Loaded at runtime.
libexif,
pciutils,
# Additional dependencies according to other distros.
# Additional dependencies according to other distros
## Ubuntu
curl,
liberation_ttf,
@@ -162,11 +162,11 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
version = "141.0.3537.71";
version = "141.0.3537.85";
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-+R7c6xMBpmpVxUkr9Q9ewIGbGY8z5ZRe422sxouPzfI=";
hash = "sha256-BNLA4FeKxWZ8t5YMPbWK4z2UerjcVpbcBgotSfczVsA=";
};
# With strictDeps on, some shebangs were not being patched correctly