Merge pull request #128752 from r-ryantm/auto-update/arping

arping: 2.21 -> 2.22
This commit is contained in:
Fabian Affolter 2021-06-30 22:07:33 +02:00 committed by GitHub
commit 5e14755f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];