3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #149754 from r-ryantm/auto-update/obs-websocket

obs-studio-plugins.obs-websocket: 4.9.0 -> 4.9.1
This commit is contained in:
Ryan Mulligan 2021-12-11 10:41:47 -08:00 committed by GitHub
commit 8448ea4010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "obs-websocket";
version = "4.9.0";
version = "4.9.1";
src = fetchFromGitHub {
owner = "Palakis";
repo = "obs-websocket";
rev = version;
sha256 = "1dxih5czcfs1vczbq48784jvmgs8awbsrwk8mdfi4pg8n577cr1w";
sha256 = "sha256-XCiSNWTiA/u+3IbYlhIc5bCjKjLHDRVjYIG5MEoYnr0=";
};
nativeBuildInputs = [ cmake ];