Merge pull request #248203 from paveloom/advanced-scene-switcher

obs-studio-plugins.advanced-scene-switcher: 1.23.0 -> 1.23.1
This commit is contained in:
Franz Pletz 2023-08-10 00:30:55 +02:00 committed by GitHub
commit ffcff5e41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];