mpvScripts.modernx-zydezu: 0.4.5 -> 0.4.6

This commit is contained in:
luftmensch-luftmensch
2026-06-01 17:36:52 +02:00
parent c4b3f18fc7
commit efab0ae3b3
@@ -8,14 +8,14 @@
}:
buildLua (finalAttrs: {
pname = "modernx-zydezu";
version = "0.4.5";
version = "0.4.6";
scriptPath = "modernx.lua";
src = fetchFromGitHub {
owner = "zydezu";
repo = "ModernX";
rev = finalAttrs.version;
hash = "sha256-a+StfEYQwt5NuELvanvZllrD2RQ0g9JBpCznMdSDM5Y=";
hash = "sha256-jK35LmihSCF789AJhKlySg6fXurAe5uuHNsgFjt0+iY=";
};
nativeBuildInputs = [ installFonts ];