Unverified Commit 31543384 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #299209 from r-ryantm/auto-update/obs-cmd

obs-cmd: 0.17.4 -> 0.17.5
parents 4fd1a2c8 f319e891
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "obs-cmd";
  version = "0.17.4";
  version = "0.17.5";

  src = fetchFromGitHub {
    owner = "grigio";
    repo = "obs-cmd";
    rev = "v${version}";
    hash = "sha256-HCvIMIQZKzIkpYL9F9oM4xiE/gOeI+7dMj9QmhetHm4=";
    hash = "sha256-AphpIehFHZwcZ7vO5FV6PBZSO3y6oLhH/kQhJjr34VY=";
  };

  cargoHash = "sha256-AQRjZH3WhZXU6NhDSCv4/HWz5un1nFtuzWPYSJA9XaE=";
  cargoHash = "sha256-s/nWJ/8JnZwmROFSd2y6btopk2Cxp0zkMdy7mxVxr6k=";

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