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

arping: 2.24 -> 2.25
This commit is contained in:
Markus Kowalewski
2024-06-30 13:05:14 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "arping";
version = "2.24";
version = "2.25";
src = fetchFromGitHub {
owner = "ThomasHabets";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-rME4IDzwYHOURbyuG7G5gnXvUIVoQH2WIeLWacHyoBA=";
hash = "sha256-SAdbgPmApmFToYrAm8acUapZMEMQr5MO7bQOTO2hd2c=";
};
nativeBuildInputs = [