From 0bc0e2226effc2c300e7e95c10d9211f93f738d1 Mon Sep 17 00:00:00 2001 From: isabel Date: Sun, 30 Nov 2025 15:37:07 +0000 Subject: [PATCH] mpvScripts.videoclip: 0-unstable-2025-03-10 -> 0-unstable-2025-11-20 --- pkgs/applications/video/mpv/scripts/videoclip.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/video/mpv/scripts/videoclip.nix b/pkgs/applications/video/mpv/scripts/videoclip.nix index 6092dac5145e..cea7fc91adb2 100644 --- a/pkgs/applications/video/mpv/scripts/videoclip.nix +++ b/pkgs/applications/video/mpv/scripts/videoclip.nix @@ -10,13 +10,13 @@ }: buildLua { pname = "videoclip"; - version = "0-unstable-2025-03-10"; + version = "0-unstable-2025-11-20"; src = fetchFromGitHub { owner = "Ajatt-Tools"; repo = "videoclip"; - rev = "785eb86bc080c445e8feb947d7caa8f3a097bf2b"; - hash = "sha256-oanc9MggMjVDrSW42XrQwwWw2YTrifiCVrg/r42oGx8="; + rev = "1c6531b649d3ee526cc7aa360e726aeedf43beb9"; + hash = "sha256-lBXlvFrDC1Drz5JIiI6488UoFsXz18LAxqRpQmy1G0k="; }; patchPhase = ''