Skip to content

Commit

Permalink
gping: add nix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
nartsisss committed Jan 15, 2025
1 parent 8966c27 commit ddaad96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/networking/gping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
installShellFiles,
iputils,
versionCheckHook,
nix-update-script,
}:

rustPlatform.buildRustPackage rec {
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit ddaad96

Please sign in to comment.