update NetworkManager to 1.58-rc1

This commit is contained in:
2026-07-05 16:24:39 +02:00
parent b49bbadd4f
commit 1c59901eb1
+5 -3
View File
@@ -57,6 +57,7 @@
buildPackages, buildPackages,
nixosTests, nixosTests,
systemd, systemd,
slang,
udev, udev,
udevCheckHook, udevCheckHook,
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
@@ -68,12 +69,12 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "networkmanager"; pname = "networkmanager";
version = "1.57.4-dev"; version = "1.58-rc1";
src = fetchurl { src = fetchurl {
# Use the stable release tarball (not the git archive) — GitLab git archives are not content-stable. # Use the stable release tarball (not the git archive) — GitLab git archives are not content-stable.
url = "https://gitlab.freedesktop.org/api/v4/projects/411/packages/generic/NetworkManager/${finalAttrs.version}/NetworkManager-${finalAttrs.version}.tar.xz"; url = "https://gitlab.freedesktop.org/api/v4/projects/411/packages/generic/NetworkManager/${finalAttrs.version}/NetworkManager-${finalAttrs.version}.tar.xz";
hash = "sha256-ThYPO/0YsmFSc2Qol1ZAoQb1qdtjPRg+rvxpUzKe0sA="; hash = "sha256-k0Oi2/vswKLI6NS65J2rP8iYJlB206JJHGOgO26LOt4=";
}; };
outputs = [ outputs = [
@@ -154,6 +155,7 @@ stdenv.mkDerivation (finalAttrs: {
jansson jansson
dbus dbus
libbpf libbpf
slang
] ]
++ lib.optionals withNbft [ ++ lib.optionals withNbft [
libnvme libnvme
@@ -229,7 +231,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
homepage = "https://networkmanager.dev"; homepage = "https://networkmanager.dev";
description = "Network configuration and management tool (1.57.4-dev with CLAT/ipv6-mostly support)"; description = "Network configuration and management tool (1.58-rc1 with CLAT/ipv6-mostly support)";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ obadz ]; maintainers = with lib.maintainers; [ obadz ];
teams = [ lib.teams.freedesktop ]; teams = [ lib.teams.freedesktop ];