dash-mpd-cli: use versionCheckHook

This commit is contained in:
Alex James
2026-05-17 16:21:49 -07:00
parent fa53808e0a
commit 677282ccb1
+5
View File
@@ -12,6 +12,7 @@
shaka-packager,
nix-update-script,
runCommand,
versionCheckHook,
}:
let
@@ -58,6 +59,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
}
'';
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };
meta = {