netsniff-ng: 0.6.6 -> 0.6.7
This commit is contained in:
parent
1d70df32ae
commit
cface10354
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "netsniff-ng";
|
pname = "netsniff-ng";
|
||||||
version = "0.6.6";
|
version = "0.6.7";
|
||||||
|
|
||||||
# Upstream recommends and supports git
|
# Upstream recommends and supports git
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
owner = pname;
|
owner = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0spp8dl4i5xcqfbqxxcpdf3gwcmyf4ywl1dd79w6gzbr07p894p5";
|
sha256 = "1jvihq30cwlpjqwny0lcrciysn40wscq6xik3s9b81nw2s7wiyqr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper bison flex ];
|
nativeBuildInputs = [ pkgconfig makeWrapper bison flex ];
|
||||||
|
|
Loading…
Reference in a new issue