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

This commit is contained in:
Pavel Sobolev 2023-08-10 00:19:17 +03:00
parent 697d536087
commit fcb9f7734a
No known key found for this signature in database

View File

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