Skip to content

Commit

Permalink
Merge pull request #273569 from paveloom/advanced-scene-switcher
Browse files Browse the repository at this point in the history
obs-studio-plugins.advanced-scene-switcher: 1.24.0 -> 1.24.2
  • Loading branch information
fpletz authored Jan 18, 2024
2 parents 978e824 + 706e6ca commit 96ce82d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 96ce82d

Please sign in to comment.