nfdump: 1.7.5 -> 1.7.6

This commit is contained in:
R. Ryantm 2025-04-18 19:18:23 +00:00
parent 32d811e216
commit b6e0905819

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "nfdump";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "phaag";
repo = "nfdump";
tag = "v${version}";
hash = "sha256-1S55WVVHczYBDGwTxGZr+ND+e4a892jkTINlvIR2xgI=";
hash = "sha256-4iyoQAjOQW4KNJbRmdisdecuOz+DFvQGEKgq8cq7GDI=";
};
nativeBuildInputs = [