6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-Wqz+oR/FIShSgF4xbXMMCxFUscOnoQr1aHQBCCacJgo=";
17 cargoHash = "sha256-J1bj4TQzEB8qoR6cNyW/fK9Vi0l+wRZlP/2smzbYhVg=";
20 description = "CLI for common OBS operations while streaming using WebSocket";
21 homepage = "https://github.com/jonhoo/obs-do";
22 license = with licenses; [ asl20 mit ];
23 maintainers = with maintainers; [ GaetanLepage ];
24 mainProgram = "obs-do";