diff --git a/pkgs/applications/video/mpv/scripts/thumbfast.nix b/pkgs/applications/video/mpv/scripts/thumbfast.nix index 249b7b896201..5dd0fc8c673c 100644 --- a/pkgs/applications/video/mpv/scripts/thumbfast.nix +++ b/pkgs/applications/video/mpv/scripts/thumbfast.nix @@ -8,13 +8,13 @@ buildLua { pname = "mpv-thumbfast"; - version = "0-unstable-2024-08-02"; + version = "0-unstable-2025-02-04"; src = fetchFromGitHub { owner = "po5"; repo = "thumbfast"; - rev = "f1fdf10b17f394f2d42520d0e9bf22feaa20a9f4"; - hash = "sha256-cygLf+0PMH7cVXBcY12PdcxBHmy38DNoXQubKAlerHM="; + rev = "9deb0733c4e36938cf90e42ddfb7a19a8b2f4641"; + hash = "sha256-avG1CRBrs0UM4HcFMUVAQyOtcIFkZ/H+PbjZJKU7o2A="; }; passthru.updateScript = unstableGitUpdater { };