about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-01-18 15:36:15 +0100
committerGitHub <noreply@github.com>2024-01-18 15:36:15 +0100
commit96ce82d23b3a544af854744c3c4ec2bfdb3d5e0a (patch)
tree87ede88c3d115f6d3d880ae465ce44568c0639c8 /pkgs/applications/video
parent978e82470dd0312db4d5a5768072d7e387e4cf0f (diff)
parent706e6caa521da8e3002747154a2ee7c7d78caa2f (diff)
Merge pull request #273569 from paveloom/advanced-scene-switcher
obs-studio-plugins.advanced-scene-switcher: 1.24.0 -> 1.24.2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix b/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix
index aee37b4b06d16..eb801cda4feda 100644
--- a/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix
+++ b/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix
@@ -23,13 +23,13 @@
 
 stdenv.mkDerivation rec {
   pname = "advanced-scene-switcher";
-  version = "1.24.0";
+  version = "1.24.2";
 
   src = fetchFromGitHub {
     owner = "WarmUpTill";
     repo = "SceneSwitcher";
     rev = version;
-    hash = "sha256-Xnf8Vz6I5EfiiVoG0JRd0f0IJHw1IVkTLL4Th/hWYrc=";
+    hash = "sha256-J5Qcs2eoKMeO1O/MCsR5wfmfbtndRaZmHrbleEZqqOo=";
   };
 
   nativeBuildInputs = [