nfdump: 1.6.17 -> 1.6.18
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nfdump/versions
This commit is contained in:
parent
ffbb4d26f9
commit
b7c70b1bd8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, autoconf, automake, libtool, pkg-config
|
||||
, bzip2, libpcap, flex, yacc }:
|
||||
|
||||
let version = "1.6.17"; in
|
||||
let version = "1.6.18"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nfdump-${version}";
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||
owner = "phaag";
|
||||
repo = "nfdump";
|
||||
rev = "v${version}";
|
||||
sha256 = "1z8zpvd9jfi2raafcbkykw55y0hd4mp74jvna19h3k0g86mqkxya";
|
||||
sha256 = "0hfgj9lghkjrjxww0jdk8gxr6g4gbmbdmfg9ddg5jj6gcra21gha";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake flex libtool pkg-config yacc ];
|
||||
|
|
Loading…
Reference in a new issue