Skip to content

Commit

Permalink
kryptor: add version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Dec 9, 2024
1 parent 2d8de12 commit 1f93aee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/kr/kryptor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildDotnetModule,
fetchFromGitHub,
dotnetCorePackages,
versionCheckHook,
}:

buildDotnetModule rec {
Expand All @@ -24,6 +25,9 @@ buildDotnetModule rec {

dotnetFlags = [ "-p:TargetFramework=net8.0" ];

doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];

passthru = {
updateScript = ./update.sh;
};
Expand Down

0 comments on commit 1f93aee

Please sign in to comment.