open5gs: 2.7.2 -> 2.7.6 (#426849)

authored by Aleksana and committed by GitHub 19094eb1 21f330f9

+8 -5
+8 -5
pkgs/by-name/op/open5gs/package.nix
··· 27 28 stdenv.mkDerivation (finalAttrs: { 29 pname = "open5gs"; 30 - version = "2.7.2"; 31 32 diameter = fetchFromGitHub { 33 owner = "open5gs"; 34 repo = "freeDiameter"; 35 - rev = "20196a265aecb7b1573ceb526bb619e092c1fd3f"; # r1.5.0 36 - hash = "sha256-0sxzQtKBx313+x3TRsmeswAq90Vk5jNA//rOJcEZJTQ="; 37 }; 38 39 libtins = fetchFromGitHub { ··· 59 owner = "open5gs"; 60 repo = "open5gs"; 61 tag = "v${finalAttrs.version}"; 62 - hash = "sha256-XSDjVW+5l2trrilKMcSfX6QIfh/ijWxjoJg33Bn1DBU="; 63 }; 64 65 webui = buildNpmPackage { ··· 129 description = "4G/5G core network components"; 130 license = lib.licenses.agpl3Only; 131 platforms = lib.platforms.unix; 132 - maintainers = with lib.maintainers; [ bot-wxt1221 ]; 133 changelog = "https://github.com/open5gs/open5gs/releases/tag/v${finalAttrs.version}"; 134 }; 135 })
··· 27 28 stdenv.mkDerivation (finalAttrs: { 29 pname = "open5gs"; 30 + version = "2.7.6"; 31 32 diameter = fetchFromGitHub { 33 owner = "open5gs"; 34 repo = "freeDiameter"; 35 + rev = "13f5a5996b5fa1a46ed780635c7fc6fcd09b4290"; # r1.5.0 36 + hash = "sha256-S8jL+9rW9RDwQc7NU8MOzMe9/iRbshWa2QLqXoiV85Q="; 37 }; 38 39 libtins = fetchFromGitHub { ··· 59 owner = "open5gs"; 60 repo = "open5gs"; 61 tag = "v${finalAttrs.version}"; 62 + hash = "sha256-2k+S+OXfdskJPtDUFSxb/+2UZcUiOZzRSSGgsEJWolc="; 63 }; 64 65 webui = buildNpmPackage { ··· 129 description = "4G/5G core network components"; 130 license = lib.licenses.agpl3Only; 131 platforms = lib.platforms.unix; 132 + maintainers = with lib.maintainers; [ 133 + bot-wxt1221 134 + xddxdd 135 + ]; 136 changelog = "https://github.com/open5gs/open5gs/releases/tag/v${finalAttrs.version}"; 137 }; 138 })