about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorGuanran Wang <guanran928@outlook.com>2024-04-06 20:30:59 +0800
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-04-06 17:01:29 +0200
commitbf6ea5c0d4e1a6665c742b1129534911dde822fd (patch)
tree6a2a13afc50110057c7e2098ecb2999cd9f28137 /pkgs/applications/video
parent3b3ac91e60fa2addfea7eeb6da089780228938cd (diff)
mpvScripts.modernx-zydezu: 0.2.8 -> 0.2.9
Diff: https://github.com/zydezu/ModernX/compare/0.2.8...0.2.9
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/scripts/modernx-zydezu.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix b/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
index 3bf923e3902b3..36b20fe11205c 100644
--- a/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
+++ b/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
@@ -6,14 +6,14 @@
 }:
 buildLua (finalAttrs: {
   pname = "modernx-zydezu";
-  version = "0.2.8";
+  version = "0.2.9";
 
   scriptPath = "modernx.lua";
   src = fetchFromGitHub {
     owner = "zydezu";
     repo = "ModernX";
     rev = finalAttrs.version;
-    hash = "sha256-rruscDutFyQCl5sTtQfmtYPcXKWU51/QFbghSOyMC9o=";
+    hash = "sha256-Tq/v8EbojvOSSwbu8kdbLVxZWZNi1UH6zAPTcsUcgog";
   };
 
   postInstall = ''