Merge pull request #334879 from r-ryantm/auto-update/obs-studio-plugins.advanced-scene-switcher

obs-studio-plugins.advanced-scene-switcher: 1.26.4 -> 1.27.0
This commit is contained in:
Pol Dellaiera 2024-08-16 00:17:26 +02:00 committed by GitHub
commit 1eba550b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "advanced-scene-switcher";
version = "1.26.4";
version = "1.27.0";
src = fetchFromGitHub {
owner = "WarmUpTill";
repo = "SceneSwitcher";
rev = version;
hash = "sha256-qUKywOfUiGKBmyREns2LnWECGeFhdA4ecpgGJQAIKpU=";
hash = "sha256-RdXqiFMlpKTmedF+VBzROx0qTKDOdkQ3hO4Xj0vIq2A=";
};
nativeBuildInputs = [