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
This commit is contained in:
Guanran Wang 2024-02-25 16:38:58 +08:00
parent ec6380dea7
commit 8192eefc5c
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.6.5"; version = "0.2.7.6";
# 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-hqKqa9GoWV2MjuEYdrMtihTMWZ7/UjDROPR/7dAu9oY="; hash = "sha256-WWwnxhFMDjlQb0+5+hD9CRe/BYt4CWHw3JGZOI3IQiE=";
}; };
dontConfigure = true; dontConfigure = true;