arping: 2.20 -> 2.21
This commit is contained in:
parent
bfa78684a0
commit
d0f3de4f23
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, autoreconfHook, libnet, libpcap }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, libnet, libpcap }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.20";
|
version = "2.21";
|
||||||
pname = "arping";
|
pname = "arping";
|
||||||
|
|
||||||
buildInputs = [ libnet libpcap ];
|
buildInputs = [ libnet libpcap ];
|
||||||
|
@ -10,14 +10,14 @@ stdenv.mkDerivation rec {
|
||||||
owner = "ThomasHabets";
|
owner = "ThomasHabets";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "0gmyip552k6mq7013cvy5yc4akn2rz28s3g4x4vdq35vnxf66cyk";
|
sha256 = "1i7rjn863bnq51ahbvypm1bkzhyshlm5b32yzdd9iaqyz7sa7pa7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Broadcasts a who-has ARP packet on the network and prints answers";
|
description = "Broadcasts a who-has ARP packet on the network and prints answers";
|
||||||
homepage = https://github.com/ThomasHabets/arping;
|
homepage = "https://github.com/ThomasHabets/arping";
|
||||||
license = with licenses; [ gpl2 ];
|
license = with licenses; [ gpl2 ];
|
||||||
maintainers = [ maintainers.michalrus ];
|
maintainers = [ maintainers.michalrus ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in New Issue