diff --git a/pkgs/by-name/st/stalwart-cli/package.nix b/pkgs/by-name/st/stalwart-cli/package.nix index 4ae1fa96e587..2c62a019283c 100644 --- a/pkgs/by-name/st/stalwart-cli/package.nix +++ b/pkgs/by-name/st/stalwart-cli/package.nix @@ -22,6 +22,9 @@ rustPlatform.buildRustPackage { nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; + # Prerelease reports incorrect version + dontVersionCheck = true; + meta = { inherit (stalwart-mail.meta) license homepage changelog; description = "Stalwart Mail Server CLI";