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 { stdenv.mkDerivation rec {
pname = "arping"; pname = "arping";
version = "2.23"; version = "2.24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ThomasHabets"; owner = "ThomasHabets";
repo = pname; repo = pname;
rev = "${pname}-${version}"; rev = "${pname}-${version}";
hash = "sha256-Yn0EFb23VJvcVluQhwGHg9cdnZ8LKlBEds7cq8Irftc="; hash = "sha256-rME4IDzwYHOURbyuG7G5gnXvUIVoQH2WIeLWacHyoBA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [