ntopng 5.6 -> 6.0 https://github.com/ntop/ntopng/releases attrpath: ntopng Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/networking/ntopng/default.nix b/pkgs/tools/networking/ntopng/default.nix index 1e968ead9121..add08d67a07d 100644 --- a/pkgs/tools/networking/ntopng/default.nix +++ b/pkgs/tools/networking/ntopng/default.nix @@ -26,13 +26,13 @@ stdenv.mkDerivation rec { pname = "ntopng"; - version = "5.6"; + version = "6.0"; src = fetchFromGitHub { owner = "ntop"; repo = "ntopng"; rev = "refs/tags/${version}"; - hash = "sha256-pIm0C1+4JLVDdXxSaQtd6ON8R2l6KG8ZXuDDuRd6dQI="; + hash = "sha256-zLtJ4x1eWtvnd60iNuNkMOX8LinZMEJHSt/Y0FVQ8vw="; fetchSubmodules = true; }; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ntopng nix build failed. 60 | inline void resetStats() { ndpi_hw_reset(&hw); } | ^~~~~~~~~~~~~ | ndpi_hll_reset In file included from /build/source/include/ntop_includes.h:377: /build/source/include/NetworkInterface.h: In member function 'u_int16_t NetworkInterface::get_ndpi_proto_id(char*)': /build/source/include/NetworkInterface.h:554:12: error: 'ndpi_map_ndpi_id_to_user_proto_id' was not declared in this scope 554 | return ndpi_map_ndpi_id_to_user_proto_id(get_ndpi_struct(), _proto); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /build/source/include/ntop_includes.h:462: /build/source/include/Flow.h: At global scope: /build/source/include/Flow.h:90:3: error: 'ndpi_multimedia_flow_type' does not name a type 90 | ndpi_multimedia_flow_type rtp_stream_type; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/include/Flow.h:1346:32: error: 'ndpi_multimedia_flow_type' has not been declared 1346 | inline void setRTPStreamType(ndpi_multimedia_flow_type s) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/include/Flow.h:1349:10: error: 'ndpi_multimedia_flow_type' does not name a type 1349 | inline ndpi_multimedia_flow_type getRTPStreamType() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/include/Flow.h: In member function 'bool Flow::isZoomRTP() const': /build/source/include/Flow.h:448:83: error: 'NDPI_PROTOCOL_SRTP' was not declared in this scope; did you mean 'NDPI_PROTOCOL_RTP'? 448 | return (isProto(NDPI_PROTOCOL_ZOOM) && (isProto(NDPI_PROTOCOL_RTP) || isProto(NDPI_PROTOCOL_SRTP)) ); | ^~~~~~~~~~~~~~~~~~ | NDPI_PROTOCOL_RTP /build/source/include/Flow.h: In member function 'void Flow::setRTPStreamType(int)': /build/source/include/Flow.h:1347:5: error: 'rtp_stream_type' was not declared in this scope; did you mean 'ndpi_rtp_stream_type'? 1347 | rtp_stream_type = s; | ^~~~~~~~~~~~~~~ | ndpi_rtp_stream_type make: *** [Makefile:133: src/DB.o] Error 1