about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-12-09 20:03:28 +0000
committernicoo <nicoo@mur.at>2023-12-12 19:00:32 +0000
commit76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b (patch)
tree4e4c5d78ea3022186d3c0c93159526f9a0535d42 /pkgs/applications/video/mpv
parent0a30568c20cf0e7e24cdd9cdeaae6ae6d1bc78df (diff)
downloadnixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.tar
nixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.tar.gz
nixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.tar.bz2
nixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.tar.lz
nixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.tar.xz
nixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.tar.zst
nixlib-76767f5188ed01c8c6f7bc4b6ec3f7c56f2f747b.zip
mpvScripts.thumbfast: Add `updateScript`
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/scripts/thumbfast.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/thumbfast.nix b/pkgs/applications/video/mpv/scripts/thumbfast.nix
index 4899f556e8b2..d8a9f33cb981 100644
--- a/pkgs/applications/video/mpv/scripts/thumbfast.nix
+++ b/pkgs/applications/video/mpv/scripts/thumbfast.nix
@@ -1,4 +1,4 @@
-{ lib, fetchFromGitHub, buildLua, mpv-unwrapped }:
+{ lib, fetchFromGitHub, unstableGitUpdater, buildLua, mpv-unwrapped }:
 
 buildLua {
   pname = "mpv-thumbfast";
@@ -10,6 +10,7 @@ buildLua {
     rev = "03e93feee5a85bf7c65db953ada41b4826e9f905";
     hash = "sha256-5u5WBvWOEydJrnr/vilEgW4+fxkxM6wNjb9Fyyxx/1c=";
   };
+  passthru.updateScript = unstableGitUpdater {};
 
   scriptPath = "thumbfast.lua";