We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8446a5 commit 2c0b45dCopy full SHA for 2c0b45d
pkgs/development/libraries/ndpi/default.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "ndpi";
14
- version = "4.8";
+ version = "4.10";
15
16
src = fetchFromGitHub {
17
owner = "ntop";
18
repo = "nDPI";
19
rev = "refs/tags/${finalAttrs.version}";
20
- hash = "sha256-V3hRDQ141pbR5jJK2QlP7BF2CEbuzqIvo+iTx3EGhRY=";
+ hash = "sha256-iXqvDMJsOXcg9YkqKFgInLLfH6j/HEp4bEaIl6dpVtc=";
21
};
22
23
nativeBuildInputs = [
0 commit comments