Skip to content

Commit

Permalink
Merge pull request #278006 from r-ryantm/auto-update/arping
Browse files Browse the repository at this point in the history
arping: 2.23 -> 2.24
  • Loading branch information
sikmir authored Jan 1, 2024
2 parents 9d64f2d + 7c70bf8 commit 4e025c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/arping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4e025c4

Please sign in to comment.