about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-17 00:05:03 +0200
committerGitHub <noreply@github.com>2024-04-17 00:05:03 +0200
commitf98d7341f32baa428e5c012f74eb59467cf03d3d (patch)
treefc8ae6ffc7ae60503abfa92309e734ff9fbc336f /pkgs/applications/video
parentb3c0517eff10b610a72c93b41ceab980a23b3939 (diff)
parent0e16431ee301709c73ade9eebda68d400a17d723 (diff)
Merge pull request #302737 from r-ryantm/auto-update/obs-studio-plugins.advanced-scene-switcher
obs-studio-plugins.advanced-scene-switcher: 1.25.3 -> 1.25.4
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 ff4ba78ea9504..96209f3f94062 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.25.3";
+  version = "1.25.4";
 
   src = fetchFromGitHub {
     owner = "WarmUpTill";
     repo = "SceneSwitcher";
     rev = version;
-    hash = "sha256-cVMeFAliP0srvnhJQkOhZB2hrald8RHFhBXwdGIu2uo=";
+    hash = "sha256-d/utejwSazepkIMzd1tRrJSrKRFhFRZsQBGiOkt5pYk=";
   };
 
   nativeBuildInputs = [