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

nfdump: 1.6.23 -> 1.7.0.1
This commit is contained in:
Fabian Affolter
2022-10-01 00:30:32 +02:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
, autoconf, automake, libtool, pkg-config
, bzip2, libpcap, flex, bison }:
let version = "1.6.23"; in
let version = "1.7.0.1"; in
stdenv.mkDerivation {
pname = "nfdump";
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "phaag";
repo = "nfdump";
rev = "v${version}";
sha256 = "sha256-aM7U+JD8EtxEusvObsRgqS0aqfTfF3vYxCqvw0bgX20=";
sha256 = "sha256-yD/NFGw38ishqQmKhlnHYodXmJuezI09hxNsyObZ1QE=";
};
nativeBuildInputs = [ autoconf automake flex libtool pkg-config bison ];