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:06:54 +0000
committernicoo <nicoo@mur.at>2023-12-12 19:00:32 +0000
commit0eb7e6abcf125fa567a827752af928e9574f8ce8 (patch)
tree5f690878403f63a1a18346b1449c7db776562c35 /pkgs/applications/video/mpv
parentd89554dc42a86d30c39041a1c06c4e326dd6a547 (diff)
downloadnixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.tar
nixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.tar.gz
nixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.tar.bz2
nixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.tar.lz
nixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.tar.xz
nixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.tar.zst
nixlib-0eb7e6abcf125fa567a827752af928e9574f8ce8.zip
mpvScripts.uosc: Add `updateScript`
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/scripts/uosc.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/scripts/uosc.nix b/pkgs/applications/video/mpv/scripts/uosc.nix
index 4c434d49f368..e5bb972a2418 100644
--- a/pkgs/applications/video/mpv/scripts/uosc.nix
+++ b/pkgs/applications/video/mpv/scripts/uosc.nix
@@ -1,6 +1,7 @@
 { lib
 , fetchFromGitHub
 , fetchpatch
+, gitUpdater
 , makeFontsConf
 , buildLua
 , buildGoModule
@@ -17,6 +18,7 @@ buildLua (finalAttrs: {
     rev = finalAttrs.version;
     hash = "sha256-+4k8T1yX3IRXK3XkUShsuJSH9w1Zla7CaRENcIqX4iM=";
   };
+  passthru.updateScript = gitUpdater {};
 
   tools = buildGoModule {
     pname = "uosc-bin";