update networkmanager to 1.58.0
This commit is contained in:
@@ -69,12 +69,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "networkmanager";
|
pname = "networkmanager";
|
||||||
version = "1.58-rc1";
|
version = "1.58.0";
|
||||||
|
|
||||||
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-k0Oi2/vswKLI6NS65J2rP8iYJlB206JJHGOgO26LOt4=";
|
hash = "sha256-DG8nA6LJsBfNaPv+HS6KGl1/8FE3x1HsQhy6NulFRro=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
@@ -231,7 +231,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://networkmanager.dev";
|
homepage = "https://networkmanager.dev";
|
||||||
description = "Network configuration and management tool (1.58-rc1 with CLAT/ipv6-mostly support)";
|
description = "Network configuration and management tool (1.58.0 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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user