about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts
diff options
context:
space:
mode:
authorGuanran928 <68757440+Guanran928@users.noreply.github.com>2024-05-01 17:54:49 +0800
committerGitHub <noreply@github.com>2024-05-01 09:54:49 +0000
commit5791f48428036f7274bdc21a8a6aa7b64188a29e (patch)
tree11b6beb355d88be7f6130646aca427d5b1b58f56 /pkgs/applications/video/mpv/scripts
parentc10b1bb002e7414ecf7c9d9e5f7ebaeaeae32c92 (diff)
mpvScripts.modernx: 0.6.0 -> 0.6.1 (#302531)
Diff: https://github.com/cyl0/ModernX/compare/0.6.0...0.6.1
Diffstat (limited to 'pkgs/applications/video/mpv/scripts')
-rw-r--r--pkgs/applications/video/mpv/scripts/modernx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/scripts/modernx.nix b/pkgs/applications/video/mpv/scripts/modernx.nix
index e6e9ec6110c4f..340b169a0c03d 100644
--- a/pkgs/applications/video/mpv/scripts/modernx.nix
+++ b/pkgs/applications/video/mpv/scripts/modernx.nix
@@ -6,14 +6,14 @@
 }:
 buildLua (finalAttrs: {
   pname = "modernx";
-  version = "0.6.0";
+  version = "0.6.1";
 
   scriptPath = "modernx.lua";
   src = fetchFromGitHub {
     owner = "cyl0";
     repo = "ModernX";
     rev = finalAttrs.version;
-    hash = "sha256-Gpofl529VbmdN7eOThDAsNfNXNkUDDF82Rd+csXGOQg=";
+    hash = "sha256-q7DwyfmOIM7K1L7vvCpq1EM0RVpt9E/drhAa9rLYb1k=";
   };
 
   postInstall = ''