muffet: use versionCheckHook

This commit is contained in:
Pol Dellaiera
2025-09-26 21:15:04 +02:00
parent af7a1ffaf1
commit 2c3c96371e

View File

@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
versionCheckHook,
}:
buildGoModule (finalAttrs: {
@@ -17,6 +18,10 @@ buildGoModule (finalAttrs: {
vendorHash = "sha256-oidOSV8y0VwTabipe7XwurUAra9F65nkTXslwXJ94Jw=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
meta = {
description = "Website link checker which scrapes and inspects all pages in a website recursively";
homepage = "https://github.com/raviqqe/muffet";