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
This commit is contained in:
Weijia Wang 2024-04-17 00:05:03 +02:00 committed by GitHub
commit f98d7341f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [