From 5d4cfbbda9c93a1d0ec2b07b71830901fca453b2 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 29 Mar 2025 10:36:45 +0100 Subject: [PATCH] obs-studio-plugins.advanced-scene-switcher: 1.28.1 -> 1.30.1 --- .../plugins/advanced-scene-switcher/default.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix b/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix index 871b0921ee47..d03faf8c63c7 100644 --- a/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix +++ b/pkgs/applications/video/obs-studio/plugins/advanced-scene-switcher/default.nix @@ -20,10 +20,9 @@ libXScrnSaver, libusb1, pkg-config, - fetchpatch, # #FIXME: Could not get cmake to pick up on these dependencies -# Prevents cmake from building the OCR video capabilities -# Everything else should work just missing this on plugin +# Ommiting them prevents cmake from building the OCR video capabilities +# Everything else should work it's just missing this one plugin # tesseract, # leptonica, }: @@ -37,13 +36,13 @@ let in stdenv.mkDerivation rec { pname = "advanced-scene-switcher"; - version = "1.28.1"; + version = "1.30.1"; src = fetchFromGitHub { owner = "WarmUpTill"; repo = "SceneSwitcher"; rev = version; - hash = "sha256-1U5quhfdhEBcCbEzW0uEpimYgvdbsIwaL2EdQ4cLF/M="; + hash = "sha256-UTgOZK4SFjTcbAGQGY4kQbaskWhKA5fAkHBPNlPYzxo="; }; nativeBuildInputs = [ @@ -52,14 +51,6 @@ stdenv.mkDerivation rec { pkg-config ]; - patches = [ - # https://github.com/WarmUpTill/SceneSwitcher/pull/1244 - (fetchpatch { - url = "https://github.com/WarmUpTill/SceneSwitcher/commit/e0c650574f9f7f6cae5626afa9abf8a838dc0858.diff"; - hash = "sha256-eXO8LdGYf60sd/kyxWVDSEpwyzp4Uu9TpPADg5ED4yU="; - }) - ]; - buildInputs = [ alsa-lib asio