ndpi: 4.0 -> 4.2

* ndpi: 4.0 -> 4.2 (#159597)

* ndpi: clarify meta.licenses

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-02-17 09:59:25 -08:00 committed by GitHub
parent ea517b2af5
commit fbf13669b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ndpi"; pname = "ndpi";
version = "4.0"; version = "4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ntop"; owner = "ntop";
repo = "nDPI"; repo = "nDPI";
rev = version; rev = version;
sha256 = "0snzvlracc6s7r2pgdn0jqcc7nxjxzcivsa579h90g5ibhhplv5x"; sha256 = "sha256-ZWWuyPGl+hbrfXdtPvCBqMReuJ4FiGx+qiI7qCz6wtQ=";
}; };
configureScript = "./autogen.sh"; configureScript = "./autogen.sh";
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
nDPI is a library for deep-packet inspection based on OpenDPI. nDPI is a library for deep-packet inspection based on OpenDPI.
''; '';
homepage = "https://www.ntop.org/products/deep-packet-inspection/ndpi/"; homepage = "https://www.ntop.org/products/deep-packet-inspection/ndpi/";
license = with licenses; lgpl3; license = with licenses; [ lgpl3Plus bsd3 ];
maintainers = with maintainers; [ takikawa ]; maintainers = with maintainers; [ takikawa ];
platforms = with platforms; unix; platforms = with platforms; unix;
}; };