obs-studio-plugins.advanced-scene-switcher: 1.24.0 -> 1.24.2

This commit is contained in:
Pavel Sobolev 2023-12-11 18:13:16 +03:00
parent 02293e91b5
commit 706e6caa52
No known key found for this signature in database

View File

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