nfdump: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm 2024-02-17 19:32:19 +00:00
parent 10cfcdbf79
commit 22f95879b3

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "nfdump";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "phaag";
repo = "nfdump";
rev = "refs/tags/v${version}";
hash = "sha256-etmelBCZQKscuVJt5dBtwQVjiZNUFLTu11Gw0jmYcAg=";
hash = "sha256-3V6n0cAD3EG91gkbB/9kNcJhwpZBY4ovUamyaVWAAcY=";
};
nativeBuildInputs = [