From 8192eefc5c59f6534a074d3ec55d288b587751b2 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 25 Feb 2024 16:38:58 +0800 Subject: [PATCH] mpvScripts.modernx: 0.2.6.5 -> 0.2.7.6 Diff: https://github.com/zydezu/ModernX/compare/0.2.6.5...0.2.7.6 --- pkgs/mpvScripts/modernx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/mpvScripts/modernx/default.nix b/pkgs/mpvScripts/modernx/default.nix index 6961067..d8143ab 100644 --- a/pkgs/mpvScripts/modernx/default.nix +++ b/pkgs/mpvScripts/modernx/default.nix @@ -8,14 +8,14 @@ # error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "buildLua" stdenvNoCC.mkDerivation (finalAttrs: { pname = "modernx"; - version = "0.2.6.5"; + version = "0.2.7.6"; # zydezu's fork src = fetchFromGitHub { owner = "zydezu"; repo = "ModernX"; rev = finalAttrs.version; - hash = "sha256-hqKqa9GoWV2MjuEYdrMtihTMWZ7/UjDROPR/7dAu9oY="; + hash = "sha256-WWwnxhFMDjlQb0+5+hD9CRe/BYt4CWHw3JGZOI3IQiE="; }; dontConfigure = true;