Merge pull request #289599 from r-ryantm/auto-update/nfdump

nfdump: 1.7.3 -> 1.7.4
This commit is contained in:
Pol Dellaiera
2024-02-24 22:40:53 +01:00
committed by GitHub
+2 -2
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 = [