mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
netsniff-ng: 0.6.6 -> 0.6.7
This commit is contained in:
parent
1d70df32ae
commit
cface10354
@ -4,14 +4,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "netsniff-ng";
|
||||
version = "0.6.6";
|
||||
version = "0.6.7";
|
||||
|
||||
# Upstream recommends and supports git
|
||||
src = fetchFromGitHub {
|
||||
repo = pname;
|
||||
owner = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0spp8dl4i5xcqfbqxxcpdf3gwcmyf4ywl1dd79w6gzbr07p894p5";
|
||||
sha256 = "1jvihq30cwlpjqwny0lcrciysn40wscq6xik3s9b81nw2s7wiyqr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper bison flex ];
|
||||
|
Loading…
Reference in New Issue
Block a user