kryptor: add version checking

This commit is contained in:
Gutyina Gergő
2024-12-10 00:55:56 +01:00
parent 2d8de12e2d
commit 1f93aee30f
+4
View File
@@ -3,6 +3,7 @@
buildDotnetModule,
fetchFromGitHub,
dotnetCorePackages,
versionCheckHook,
}:
buildDotnetModule rec {
@@ -24,6 +25,9 @@ buildDotnetModule rec {
dotnetFlags = [ "-p:TargetFramework=net8.0" ];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
passthru = {
updateScript = ./update.sh;
};