microsoft-edge: 139.0.3405.104 -> 139.0.3405.111 (#436137)

Changed files
+2 -18
pkgs
by-name
mi
microsoft-edge
+2 -18
pkgs/by-name/mi/microsoft-edge/package.nix
···
patchelf,
bintools,
dpkg,
-
# Linked dynamic libraries.
alsa-lib,
at-spi2-atk,
···
pipewire,
vulkan-loader,
wayland, # ozone/wayland
-
# Command line programs
coreutils,
-
# command line arguments which are always set e.g "--disable-gpu"
commandLineArgs ? "",
-
# Will crash without.
systemd,
-
# Loaded at runtime.
libexif,
pciutils,
-
# Additional dependencies according to other distros.
## Ubuntu
curl,
···
## Gentoo
bzip2,
libcap,
-
# Necessary for USB audio devices.
libpulseaudio,
pulseSupport ? true,
-
adwaita-icon-theme,
gsettings-desktop-schemas,
-
# For video acceleration via VA-API (--enable-features=VaapiVideoDecoder)
libva,
libvaSupport ? true,
-
# For Vulkan support (--enable-features=Vulkan)
addDriverRunpath,
-
# For QT support
qt6,
-
# Edge AAD sync
cacert,
libsecret,
-
# Edge Specific
libuuid,
}:
-
let
-
opusWithCustomModes = libopus.override { withCustomModes = true; };
deps = [
···
++ lib.optionals pulseSupport [ libpulseaudio ]
++ lib.optionals libvaSupport [ libva ];
in
-
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
-
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-rY6Q3sMIAGX/ZKOVvwSl6cxq24SB1PiCn7b1pMXMeps=";
};
# With strictDeps on, some shebangs were not being patched correctly
···
patchelf,
bintools,
dpkg,
# Linked dynamic libraries.
alsa-lib,
at-spi2-atk,
···
pipewire,
vulkan-loader,
wayland, # ozone/wayland
# Command line programs
coreutils,
# command line arguments which are always set e.g "--disable-gpu"
commandLineArgs ? "",
# Will crash without.
systemd,
# Loaded at runtime.
libexif,
pciutils,
# Additional dependencies according to other distros.
## Ubuntu
curl,
···
## Gentoo
bzip2,
libcap,
# Necessary for USB audio devices.
libpulseaudio,
pulseSupport ? true,
adwaita-icon-theme,
gsettings-desktop-schemas,
# For video acceleration via VA-API (--enable-features=VaapiVideoDecoder)
libva,
libvaSupport ? true,
# For Vulkan support (--enable-features=Vulkan)
addDriverRunpath,
# For QT support
qt6,
# Edge AAD sync
cacert,
libsecret,
# Edge Specific
libuuid,
}:
let
opusWithCustomModes = libopus.override { withCustomModes = true; };
deps = [
···
++ lib.optionals pulseSupport [ libpulseaudio ]
++ lib.optionals libvaSupport [ libva ];
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microsoft-edge";
+
version = "139.0.3405.111";
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-1hsvzvaVCDSWGEpqMjsrz7V9Ra+PtoZ//lSXSlmS3FI=";
};
# With strictDeps on, some shebangs were not being patched correctly