about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-12 15:05:06 -0400
committerGitHub <noreply@github.com>2024-03-12 15:05:06 -0400
commitfd7692434288a6f363392f55cd1aad986a4ff483 (patch)
treef5e94e1040232cdaea69dee4c5a259dfc6c83ebb /pkgs/applications
parent0c6503a6cf7508a9fb97249bc2bac3c1e99959e1 (diff)
parentd72169c47e1b406d0205a0f78d397f2e9cf3e802 (diff)
Merge pull request #295310 from r-ryantm/auto-update/mpvScripts.visualizer
mpvScripts.visualizer: unstable-2023-08-13 -> unstable-2024-03-10
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/mpv/scripts/visualizer.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/mpv/scripts/visualizer.nix b/pkgs/applications/video/mpv/scripts/visualizer.nix
index bf412bdbf28f6..d387ac7b9ec71 100644
--- a/pkgs/applications/video/mpv/scripts/visualizer.nix
+++ b/pkgs/applications/video/mpv/scripts/visualizer.nix
@@ -6,13 +6,13 @@
 }:
 buildLua {
   pname = "visualizer";
-  version = "unstable-2023-08-13";
+  version = "unstable-2024-03-10";
 
   src = fetchFromGitHub {
     owner = "mfcc64";
     repo = "mpv-scripts";
-    rev = "7dbbfb283508714b73ead2a57b6939da1d139bd3";
-    sha256 = "zzB4uBc1M2Gdr/JKY2uk8MY0hmQl1XeomkfTzuM45oE=";
+    rev = "b4246984ba6dc6820adef5c8bbf793af85c9ab8e";
+    sha256 = "ZNUzw4OW7z+yGTxim7CCWJdWmihDFOQAQk3bC5Ijcbs=";
   };
   passthru.updateScript = unstableGitUpdater {};