Update scene switcher

This commit is contained in:
asonix 2023-04-01 11:56:17 -05:00
parent 9b299e7975
commit 2d08baaf05
2 changed files with 5 additions and 5 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1674407282,
"narHash": "sha256-2qwc8mrPINSFdWffPK+ji6nQ9aGnnZyHSItVcYDZDlk=",
"lastModified": 1680122840,
"narHash": "sha256-zCQ/9iFHzCW5JMYkkHMwgK1/1/kTMgCMHq4THPINpAU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ab1254087f4cdf4af74b552d7fc95175d9bdbb49",
"rev": "a575c243c23e2851b78c00e9fa245232926ec32f",
"type": "github"
},
"original": {

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "obs-scene-switcher";
version = "1.19.2";
version = "1.21.0";
src = fetchFromGitHub {
owner = "WarmUpTill";
repo = "SceneSwitcher";
rev = version;
sha256 = "SLaJXR0v+5XrsFy/+DMhK6bf9MjXA1QU1sbldjE8e3I=";
sha256 = "QVJZBH4rTz/RnSg1oIL9tP8y5g+i1/3Hu/WaOl+vSf4=";
fetchSubmodules = true;
};