obs-cmd: 0.18.5 -> 0.19.2

R. Ryantm 4c544f12 eb87960a

+3 -3
+3 -3
pkgs/by-name/ob/obs-cmd/package.nix
··· 6 7 rustPlatform.buildRustPackage (finalAttrs: { 8 pname = "obs-cmd"; 9 - version = "0.18.5"; 10 11 src = fetchFromGitHub { 12 owner = "grigio"; 13 repo = "obs-cmd"; 14 tag = "v${finalAttrs.version}"; 15 - hash = "sha256-/j+nERCKGBdR+1n3IqRLo77CLbuHz0r5M7m8JttBxak="; 16 }; 17 18 - cargoHash = "sha256-XMi3/FEl7OEp2zCWELOjsmfiwCRxS1L95yJPoU1Xlu0="; 19 20 meta = { 21 description = "Minimal CLI to control OBS Studio via obs-websocket";
··· 6 7 rustPlatform.buildRustPackage (finalAttrs: { 8 pname = "obs-cmd"; 9 + version = "0.19.2"; 10 11 src = fetchFromGitHub { 12 owner = "grigio"; 13 repo = "obs-cmd"; 14 tag = "v${finalAttrs.version}"; 15 + hash = "sha256-a7GUv14iJLrgXu6y5uJalD1cx723aIlPLDPOOoemtIY="; 16 }; 17 18 + cargoHash = "sha256-ZWVNLI900SZhXLMV2/v3WT2eqv+4XofpIgm/f/0eE+U="; 19 20 meta = { 21 description = "Minimal CLI to control OBS Studio via obs-websocket";