about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-29 10:01:06 -0500
committerGitHub <noreply@github.com>2024-02-29 10:01:06 -0500
commit9f2a202503d739e8a42860556590ebf7d7911da5 (patch)
tree72c6a1e59ea12bb75025942cb754489fddcea37e /pkgs/applications/video
parent8fe5e70e66f4345e629b949de9cf8958b4f40a58 (diff)
parent07d03a8a4adea33ac9b3919902685ef7c9f8303a (diff)
Merge pull request #292234 from r-ryantm/auto-update/mpvScripts.mpv-playlistmanager
mpvScripts.mpv-playlistmanager: unstable-2023-11-28 -> unstable-2024-02-26
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix b/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix
index 874263f7b2d20..5287c7f21108d 100644
--- a/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix
+++ b/pkgs/applications/video/mpv/scripts/mpv-playlistmanager.nix
@@ -2,13 +2,13 @@
 
 buildLua rec {
   pname = "mpv-playlistmanager";
-  version = "unstable-2023-11-28";
+  version = "unstable-2024-02-26";
 
   src = fetchFromGitHub {
     owner = "jonniek";
     repo = "mpv-playlistmanager";
-    rev = "579490c7ae1becc129736b7632deec4f3fb90b99";
-    hash = "sha256-swOtoB8UV/HPTpQRGXswAfUYsyC2Nj/QRIkGP8X1jk0=";
+    rev = "1911dc053951169c98cfcfd9f44ef87d9122ca80";
+    hash = "sha256-pcdOMhkivLF5B86aNuHrqj77DuYLAFGlwFwY7jxkDkE=";
   };
   passthru.updateScript = unstableGitUpdater {};