about summary refs log tree commit diff
path: root/pkgs/applications/video/obs-studio
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-12-11 10:41:47 -0800
committerGitHub <noreply@github.com>2021-12-11 10:41:47 -0800
commit8448ea401007b16771ee230c6cfbfa3d21fc4369 (patch)
tree1f868777cf9983dbe008067466356c4fcbf7aae9 /pkgs/applications/video/obs-studio
parent26501a9f6f3ce2ae4f921617474fb11fb2a84d69 (diff)
parentacc4adb166d2f13c1d9f70f86e47994283978ef3 (diff)
Merge pull request #149754 from r-ryantm/auto-update/obs-websocket
obs-studio-plugins.obs-websocket: 4.9.0 -> 4.9.1
Diffstat (limited to 'pkgs/applications/video/obs-studio')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/obs-websocket.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/obs-websocket.nix b/pkgs/applications/video/obs-studio/plugins/obs-websocket.nix
index eb95353e8d6c4..5c13d33ae466f 100644
--- a/pkgs/applications/video/obs-studio/plugins/obs-websocket.nix
+++ b/pkgs/applications/video/obs-studio/plugins/obs-websocket.nix
@@ -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 ];