obs-do: 0.1.0 -> 0.1.1

Diff: https://github.com/jonhoo/obs-do/compare/refs/tags/v0.1.0...v0.1.1
This commit is contained in:
Gaetan Lepage 2024-02-11 13:55:17 +01:00
parent 80e187287d
commit 0966e830ad

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "obs-do";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "jonhoo";
repo = "obs-do";
rev = "refs/tags/v${version}";
hash = "sha256-MlBtnRMovnek4dkfO7ocafSgAwIXB5p1FmhNeqfSspA=";
hash = "sha256-Wqz+oR/FIShSgF4xbXMMCxFUscOnoQr1aHQBCCacJgo=";
};
cargoHash = "sha256-5EqiDibeWrN45guneN2bxKDXfSz3wDxBNHdl0Km/lpA=";
cargoHash = "sha256-J1bj4TQzEB8qoR6cNyW/fK9Vi0l+wRZlP/2smzbYhVg=";
meta = with lib; {
description = "CLI for common OBS operations while streaming using WebSocket";