ndpi: 4.0 -> 4.2

This commit is contained in:
Nikolay Amiantov 2022-02-16 20:47:27 +03:00
parent 6c309ef9ae
commit dd3e416e1e

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "ndpi";
version = "4.0";
version = "4.2";
src = fetchFromGitHub {
owner = "ntop";
repo = "nDPI";
rev = version;
sha256 = "0snzvlracc6s7r2pgdn0jqcc7nxjxzcivsa579h90g5ibhhplv5x";
sha256 = "sha256-ZWWuyPGl+hbrfXdtPvCBqMReuJ4FiGx+qiI7qCz6wtQ=";
};
configureScript = "./autogen.sh";