obs-studio-plugins.advanced-scene-switcher: 1.22.1 -> 1.23.0

This commit is contained in:
Pavel Sobolev 2023-08-06 09:37:40 +03:00
parent cd6bb7117c
commit d2a10fe1b4
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "advanced-scene-switcher";
version = "1.22.1";
version = "1.23.0";
src = fetchFromGitHub {
owner = "WarmUpTill";
repo = "SceneSwitcher";
rev = version;
hash = "sha256-SV5hnTIRJ6ZruA5t/G6zRAC/+oalTABor3h66eF+KHM=";
hash = "sha256-X1qeMNTC2Hsl3Yh3E7PYVWAMGjGylF/EBkgW4WrtH40=";
};
nativeBuildInputs = [ cmake ];