about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
diff options
context:
space:
mode:
authorluftmensch-luftmensch <valentinobocchetti59@gmail.com>2024-05-26 09:49:59 +0200
committerluftmensch-luftmensch <valentinobocchetti59@gmail.com>2024-05-26 09:49:59 +0200
commitee8e2cb7568eeebf2da32a46edce54ac92fda4e0 (patch)
tree8744344f00a9bafb2ab22ac631c156ea806e37fb /pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
parent65aacd0eae84a2309a056f3324736860d383ecfa (diff)
mpvScripts.modernx-zydezu: 0.3.5 -> 0.3.5.5
Diffstat (limited to 'pkgs/applications/video/mpv/scripts/modernx-zydezu.nix')
-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 ceda04b001c3a..a5f6608bfba7f 100644
--- a/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
+++ b/pkgs/applications/video/mpv/scripts/modernx-zydezu.nix
@@ -7,14 +7,14 @@
 }:
 buildLua (finalAttrs: {
   pname = "modernx-zydezu";
-  version = "0.3.5";
+  version = "0.3.5.5";
 
   scriptPath = "modernx.lua";
   src = fetchFromGitHub {
     owner = "zydezu";
     repo = "ModernX";
     rev = finalAttrs.version;
-    hash = "sha256-pU3ROjdSa80FV/b/HlsKvlM6wZxEV5c4Os8g2Lgs65U=";
+    hash = "sha256-sPpVwI8w5JsP/jML0viOSqhyYBVKfxWuKbxHkX3GVug=";
   };
 
   postInstall = ''