nbping: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm
2026-05-20 18:39:32 +00:00
parent b34d83610c
commit 1ae2bf8dd2
+3 -3
View File
@@ -5,7 +5,7 @@
}:
let
pname = "nbping";
version = "0.6.1";
version = "0.7.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage {
owner = "hanshuaikang";
repo = "Nping";
tag = "v${version}";
hash = "sha256-6eUsvNMQoJ5TUWPkOlmcJqdmxaXoBStnhiXiya+0nV8=";
hash = "sha256-rGWYvYJs6vkG+HQuT4NJGMUUG9QzIhyJThgDWTC6/JI=";
};
cargoHash = "sha256-6+drbq9dQ5/Atzoz9VPS4BoYEPeM5OqPXUuM1AXP72g=";
cargoHash = "sha256-6AdqPm07lbMzeqihQC3mCoBYZ1cduGo1rCvYsF+4XL4=";
meta = {
description = "Ping Tool in Rust with Real-Time Data and Visualizations";