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: 34d82aa007e513f31da76e4ffb33503f1a3c8447 ("ndpi: 4.10 -> 4.12 (#381339)")

Ref. https://github.com/NixOS/nixpkgs/issues/380866

+2 -2
+2 -2
pkgs/by-name/nd/ndpi/package.nix
··· 12 12 13 13 stdenv.mkDerivation (finalAttrs: { 14 14 pname = "ndpi"; 15 - version = "4.12"; 15 + version = "4.10"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "ntop"; 19 19 repo = "nDPI"; 20 20 tag = finalAttrs.version; 21 - hash = "sha256-jdyKvM/Tb9pRWQPxpB/UQOOKamWrTS24Ofc3M5M1Zso="; 21 + hash = "sha256-iXqvDMJsOXcg9YkqKFgInLLfH6j/HEp4bEaIl6dpVtc="; 22 22 }; 23 23 24 24 nativeBuildInputs = [