mpvScripts.modernz: 0.3.1 -> 0.3.2 (#513394)

This commit is contained in:
Colin
2026-04-30 21:09:59 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
}:
buildLua (finalAttrs: {
pname = "modernz";
version = "0.3.1";
version = "0.3.2";
scriptPath = "modernz.lua";
src = fetchFromGitHub {
owner = "Samillion";
repo = "ModernZ";
rev = "v${finalAttrs.version}";
hash = "sha256-xHiKE84qBYa8wnLMhrTnOZPLwdY7ddW7ayIfFz1dIRw=";
hash = "sha256-HUbS5L0kuYYm9HZ0BEzsqFQii3PQlZtzPiVRF/rDbcY=";
};
nativeBuildInputs = [ installFonts ];