8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-t6m/PX4GMCFH9wFrOaU/dcrbKitUXQlOcU7aUyJPpxA=";
19 cargoHash = "sha256-GZsTDG5lS6XpVT6mobMOCKsJ4iXAVW2NIsm4s+v52SU=";
21 nativeInstallCheckInputs = [
24 versionCheckProgramArg = [ "--version" ];
25 doInstallCheck = true;
28 updateScript = nix-update-script { };
32 description = "CLI for common OBS operations while streaming using WebSocket";
33 homepage = "https://github.com/jonhoo/obs-do";
34 license = with lib.licenses; [
38 maintainers = with lib.maintainers; [ GaetanLepage ];
39 mainProgram = "obs-do";