mpvScripts.modernx: 0.2.4 -> 0.2.6.5

This commit is contained in:
Guanran Wang 2024-02-01 07:49:00 +08:00
parent f5bb0f2b60
commit 7ac5e34d54
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -8,14 +8,14 @@
# error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "buildLua" # error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "buildLua"
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "modernx"; pname = "modernx";
version = "0.2.4"; version = "0.2.6.5";
# zydezu's fork # zydezu's fork
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zydezu"; owner = "zydezu";
repo = "ModernX"; repo = "ModernX";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-b5dJeJ5GPEKhyznYIAQ3YzUq01rYUhDbci1ilNuXrdk="; hash = "sha256-hqKqa9GoWV2MjuEYdrMtihTMWZ7/UjDROPR/7dAu9oY=";
}; };
dontConfigure = true; dontConfigure = true;