nfdump: 1.7.6 -> 1.7.7

This commit is contained in:
R. Ryantm
2026-02-09 05:59:41 +00:00
parent 6aff6c5c82
commit 98f26b485a
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nfdump";
version = "1.7.6";
version = "1.7.7";
src = fetchFromGitHub {
owner = "phaag";
repo = "nfdump";
tag = "v${finalAttrs.version}";
hash = "sha256-4iyoQAjOQW4KNJbRmdisdecuOz+DFvQGEKgq8cq7GDI=";
hash = "sha256-2CQ57OEKCOaRvuBX4GN2Gz/S7B6CUTpvArD84QqLZEw=";
};
nativeBuildInputs = [