radicle-tui: Correct pre/postInstallCheck phase hooks

This commit is contained in:
Alexis Hildebrandt
2025-09-22 22:39:07 +02:00
parent 0fcfab0fc8
commit d9a643bb93
+2 -2
View File
@@ -87,9 +87,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
# versionCheckHook doesn't support multiple arguments yet
doInstallCheck = true;
installCheckPhase = ''
runHook preInstallCheckPhase
runHook preInstallCheck
$out/bin/rad-tui --version --no-forward | grep -F 'rad-tui ${finalAttrs.version}'
runHook postInstallCheckPhase
runHook postInstallCheck
'';
passthru.updateScript = ./update.sh;