mpvScripts.modernz: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2026-04-25 15:36:47 +00:00
parent 52f6dbc26c
commit 86fe4eb780
+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 ];