Skip to content

Commit

Permalink
ndpi: 4.10 -> 4.12 (NixOS#381339)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Feb 12, 2025
2 parents 19154a2 + 062abf0 commit 34d82aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/nd/ndpi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "ndpi";
version = "4.10";
version = "4.12";

src = fetchFromGitHub {
owner = "ntop";
repo = "nDPI";
tag = finalAttrs.version;
hash = "sha256-iXqvDMJsOXcg9YkqKFgInLLfH6j/HEp4bEaIl6dpVtc=";
hash = "sha256-jdyKvM/Tb9pRWQPxpB/UQOOKamWrTS24Ofc3M5M1Zso=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 34d82aa

Please sign in to comment.