diff --git a/pkgs/by-name/op/open5gs/package.nix b/pkgs/by-name/op/open5gs/package.nix index a7ea2bf68f40..a632a445d2f0 100644 --- a/pkgs/by-name/op/open5gs/package.nix +++ b/pkgs/by-name/op/open5gs/package.nix @@ -27,13 +27,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "open5gs"; - version = "2.7.2"; + version = "2.7.6"; diameter = fetchFromGitHub { owner = "open5gs"; repo = "freeDiameter"; - rev = "20196a265aecb7b1573ceb526bb619e092c1fd3f"; # r1.5.0 - hash = "sha256-0sxzQtKBx313+x3TRsmeswAq90Vk5jNA//rOJcEZJTQ="; + rev = "13f5a5996b5fa1a46ed780635c7fc6fcd09b4290"; # r1.5.0 + hash = "sha256-S8jL+9rW9RDwQc7NU8MOzMe9/iRbshWa2QLqXoiV85Q="; }; libtins = fetchFromGitHub { @@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "open5gs"; repo = "open5gs"; tag = "v${finalAttrs.version}"; - hash = "sha256-XSDjVW+5l2trrilKMcSfX6QIfh/ijWxjoJg33Bn1DBU="; + hash = "sha256-2k+S+OXfdskJPtDUFSxb/+2UZcUiOZzRSSGgsEJWolc="; }; webui = buildNpmPackage { @@ -129,7 +129,10 @@ stdenv.mkDerivation (finalAttrs: { description = "4G/5G core network components"; license = lib.licenses.agpl3Only; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ bot-wxt1221 ]; + maintainers = with lib.maintainers; [ + bot-wxt1221 + xddxdd + ]; changelog = "https://github.com/open5gs/open5gs/releases/tag/v${finalAttrs.version}"; }; })