ndpi: 4.12 -> 4.10

Downgrade ndpi (again!) to fix building ntopng, which is the only user
of this library. (Note that ndpi 4.11 doesn't exist.)

Fixes: 34d82aa007 ("ndpi: 4.10 -> 4.12 (#381339)")

Ref. https://github.com/NixOS/nixpkgs/issues/380866
This commit is contained in:
Bjørn Forsman
2025-03-22 20:00:45 +01:00
parent 1e5b653dff
commit 1ad93cc74e
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ndpi";
version = "4.12";
version = "4.10";
src = fetchFromGitHub {
owner = "ntop";
repo = "nDPI";
tag = finalAttrs.version;
hash = "sha256-jdyKvM/Tb9pRWQPxpB/UQOOKamWrTS24Ofc3M5M1Zso=";
hash = "sha256-iXqvDMJsOXcg9YkqKFgInLLfH6j/HEp4bEaIl6dpVtc=";
};
nativeBuildInputs = [