Skip to content

Commit 81c30d3

Browse files
authored
Merge pull request #332486 from r-ryantm/auto-update/ndpi
ndpi: 4.8 -> 4.10
2 parents 7c4b41b + 2c0b45d commit 81c30d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/ndpi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "ndpi";
14-
version = "4.8";
14+
version = "4.10";
1515

1616
src = fetchFromGitHub {
1717
owner = "ntop";
1818
repo = "nDPI";
1919
rev = "refs/tags/${finalAttrs.version}";
20-
hash = "sha256-V3hRDQ141pbR5jJK2QlP7BF2CEbuzqIvo+iTx3EGhRY=";
20+
hash = "sha256-iXqvDMJsOXcg9YkqKFgInLLfH6j/HEp4bEaIl6dpVtc=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)