oha: Add versionCheckHook

This commit is contained in:
Jonathan Davies
2025-11-29 19:34:40 +00:00
parent 0d9f54e2b5
commit 6908641943
+6
View File
@@ -6,6 +6,7 @@
pkg-config,
openssl,
rust-jemalloc-sys,
versionCheckHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -33,6 +34,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
# tests don't work inside the sandbox
doCheck = false;
nativeInstallCheckInputs = [
versionCheckHook
];
doInstallCheck = true;
meta = {
description = "HTTP load generator inspired by rakyll/hey with tui animation";
homepage = "https://github.com/hatoo/oha";