about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-26 12:07:54 +0200
committerGitHub <noreply@github.com>2024-05-26 12:07:54 +0200
commit4746f1d15c2bdde2456dd396c13d4ee469c5f749 (patch)
tree436c33f66b3f3609ee2a0efba65e49f2900ba213 /pkgs
parente21ac1f2231afc5768491d6ef769f736d07cb261 (diff)
parentee8e2cb7568eeebf2da32a46edce54ac92fda4e0 (diff)
Merge pull request #314786 from luftmensch-luftmensch/mpvScripts.modernx-zydezu_0.3.5.5
mpvScripts.modernx-zydezu: 0.3.5 -> 0.3.5.5
Diffstat (limited to 'pkgs')
-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 = ''