We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2524568 + 9802baf commit b582bb5Copy full SHA for b582bb5
pkgs/by-name/ob/obs-cmd/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "obs-cmd";
9
- version = "0.18.1";
+ version = "0.18.2";
10
11
src = fetchFromGitHub {
12
owner = "grigio";
13
repo = "obs-cmd";
14
rev = "v${version}";
15
- hash = "sha256-+unUjGPDUSVGXyf91+mnPrLAslTpDxsCCmSnT34s7S0=";
+ hash = "sha256-plNLVBSTen11q945qtDBJaNTWKGICbuWokyvRzhu0Wg=";
16
};
17
18
- cargoHash = "sha256-zEd8LUNZOspcrA90qJur6V2Dt/+9XJWvwBBjjFAPAg8=";
+ cargoHash = "sha256-xBzOMH6r8SkDsD8+3ZsrUK2sD3pHFt71fGK09kVeRc0=";
19
20
meta = with lib; {
21
description = "Minimal CLI to control OBS Studio via obs-websocket";
0 commit comments