obs-studio-plugins.advanced-scene-switcher: 1.34.2 -> 1.35.1 (#539764)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-15 13:16:54 +00:00
committed by GitHub

View File

@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "advanced-scene-switcher";
version = "1.34.2";
version = "1.35.1";
src = fetchFromGitHub {
owner = "WarmUpTill";
repo = "SceneSwitcher";
rev = version;
hash = "sha256-BZYJ5ZZbla4nnpKdZAQPrqd+g1aeLMcsnAvyXfmm4yU=";
hash = "sha256-gfJtkX6OGqy+hUXvLXaOETvfIX+TRNEj0IwZnE9t81E=";
};
nativeBuildInputs = [