Skip to content

Commit

Permalink
obs-cmd: 0.18.0 -> 0.18.1 (#367123)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 22, 2024
2 parents 14c07ec + e4915f8 commit e433ce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ob/obs-cmd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "obs-cmd";
version = "0.18.0";
version = "0.18.1";

src = fetchFromGitHub {
owner = "grigio";
repo = "obs-cmd";
rev = "v${version}";
hash = "sha256-lVcg7jSA8W2m98DgDEQJWetfNYvp/JYbRuo8jCsLLZs=";
hash = "sha256-+unUjGPDUSVGXyf91+mnPrLAslTpDxsCCmSnT34s7S0=";
};

cargoHash = "sha256-+uFLaN02iSQLdUAUh4qmUyfIrrMi1nnaNh3sR+N8KbU=";
cargoHash = "sha256-zEd8LUNZOspcrA90qJur6V2Dt/+9XJWvwBBjjFAPAg8=";

meta = with lib; {
description = "Minimal CLI to control OBS Studio via obs-websocket";
Expand Down

0 comments on commit e433ce8

Please sign in to comment.