Merge pull request #288030 from GaetanLepage/obs-do
obs-do: 0.1.0 -> 0.1.1
This commit is contained in:
commit
f12c567b0d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user