arping: 2.22 -> 2.23

This commit is contained in:
R. Ryantm 2022-03-08 02:19:31 +00:00
parent b7deb4cf75
commit 263163634b

View file

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