diff --git a/flake.lock b/flake.lock index 3ace795..913e7ce 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/obs-scene-switcher.nix b/obs-scene-switcher.nix index 5d8cd82..36023c5 100644 --- a/obs-scene-switcher.nix +++ b/obs-scene-switcher.nix @@ -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; };