arping: 2.23 -> 2.24

This commit is contained in:
R. Ryantm 2024-01-01 05:55:07 +00:00
parent 3d54a95d71
commit 7c70bf8082

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "arping";
version = "2.23";
version = "2.24";
src = fetchFromGitHub {
owner = "ThomasHabets";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-Yn0EFb23VJvcVluQhwGHg9cdnZ8LKlBEds7cq8Irftc=";
hash = "sha256-rME4IDzwYHOURbyuG7G5gnXvUIVoQH2WIeLWacHyoBA=";
};
nativeBuildInputs = [