arping: 2.21 -> 2.22

This commit is contained in:
R. RyanTM 2021-06-30 08:16:08 +00:00
parent c9ea6baaf9
commit 219b69ed9e

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, libnet, libpcap }:
stdenv.mkDerivation rec {
version = "2.21";
version = "2.22";
pname = "arping";
buildInputs = [ libnet libpcap ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "ThomasHabets";
repo = pname;
rev = "${pname}-${version}";
sha256 = "1i7rjn863bnq51ahbvypm1bkzhyshlm5b32yzdd9iaqyz7sa7pa7";
sha256 = "sha256-yFSLhhyz6i7xyJR8Ax8FnHFGNe/HE40YirkkeefBqC4=";
};
nativeBuildInputs = [ autoreconfHook ];