gping: add nix update script

This commit is contained in:
nartsisss
2025-01-15 23:19:30 +03:00
parent 8966c27b2f
commit ddaad969c7
+3
View File
@@ -6,6 +6,7 @@
installShellFiles,
iputils,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -42,6 +43,8 @@ rustPlatform.buildRustPackage rec {
versionCheckProgramArg = [ "--version" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Ping, but with a graph";
homepage = "https://github.com/orf/gping";