rust-stakeholder: remove versionCheckHook

isn't a versioned program
This commit is contained in:
awwpotato
2025-04-17 16:53:26 -07:00
parent dc75faf549
commit 7ab57bb76b
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
rustPlatform,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage {
@@ -19,10 +18,6 @@ rustPlatform.buildRustPackage {
useFetchCargoVendor = true;
cargoHash = "sha256-NxO+7Wh8Ff6RPFtmbEa3EJszfDaZDXGWZDAoXPEAnpI=";
nativeInstallCheck = [ versionCheckHook ];
versionCheckProgramArg = "--version";
doInstallCheck = true;
passthru.updateScript = nix-update-script { };
meta = {