mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
nfdump: 1.6.18 -> 1.6.19
This commit is contained in:
parent
e4f4fab2c6
commit
68481e3a02
@ -2,7 +2,7 @@
|
|||||||
, autoconf, automake, libtool, pkg-config
|
, autoconf, automake, libtool, pkg-config
|
||||||
, bzip2, libpcap, flex, yacc }:
|
, bzip2, libpcap, flex, yacc }:
|
||||||
|
|
||||||
let version = "1.6.18"; in
|
let version = "1.6.19"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "nfdump";
|
pname = "nfdump";
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "phaag";
|
owner = "phaag";
|
||||||
repo = "nfdump";
|
repo = "nfdump";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hfgj9lghkjrjxww0jdk8gxr6g4gbmbdmfg9ddg5jj6gcra21gha";
|
sha256 = "0idhg7pdkv602h0d0dz7msk8gsxz32ingn16dkqbxp4mgfiakp9r";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake flex libtool pkg-config yacc ];
|
nativeBuildInputs = [ autoconf automake flex libtool pkg-config yacc ];
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
longDescription = ''
|
longDescription = ''
|
||||||
nfdump is a set of tools for working with netflow data.
|
nfdump is a set of tools for working with netflow data.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/phaag/nfdump;
|
homepage = "https://github.com/phaag/nfdump";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.takikawa ];
|
maintainers = [ maintainers.takikawa ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user