Skip to content

Commit b582bb5

Browse files
authored
obs-cmd: 0.18.1 -> 0.18.2 (#373196)
2 parents 2524568 + 9802baf commit b582bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ob/obs-cmd/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "obs-cmd";
9-
version = "0.18.1";
9+
version = "0.18.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "grigio";
1313
repo = "obs-cmd";
1414
rev = "v${version}";
15-
hash = "sha256-+unUjGPDUSVGXyf91+mnPrLAslTpDxsCCmSnT34s7S0=";
15+
hash = "sha256-plNLVBSTen11q945qtDBJaNTWKGICbuWokyvRzhu0Wg=";
1616
};
1717

18-
cargoHash = "sha256-zEd8LUNZOspcrA90qJur6V2Dt/+9XJWvwBBjjFAPAg8=";
18+
cargoHash = "sha256-xBzOMH6r8SkDsD8+3ZsrUK2sD3pHFt71fGK09kVeRc0=";
1919

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

0 commit comments

Comments
 (0)