havn: add nix-update-script

This commit is contained in:
Fabian Affolter
2026-08-23 18:12:57 +02:00
parent be4f558210
commit 3a4f554764

View File

@@ -1,6 +1,7 @@
{
lib,
fetchFromGitHub,
nix-update-script,
rustPlatform,
versionCheckHook,
}:
@@ -32,6 +33,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/mrjackwills/havn";
description = "Fast configurable port scanner with reasonable defaults";