Merge pull request #253094 from kashw2/nfdump

nfdump: 1.7.2 -> 1.7.3
This commit is contained in:
Thiago Kenji Okada 2023-09-03 15:12:19 +00:00 committed by GitHub
commit 262332a6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "nfdump";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "phaag";
repo = "nfdump";
rev = "refs/tags/v${version}";
hash = "sha256-ns/RG0kyu2b0UjcJKArcAjY+dI397ljhrUO8euS5Snk=";
hash = "sha256-etmelBCZQKscuVJt5dBtwQVjiZNUFLTu11Gw0jmYcAg=";
};
nativeBuildInputs = [