mpvScripts.modernz: 0.3.0 -> 0.3.1 (#502319)

This commit is contained in:
Nick Cao
2026-03-27 16:42:14 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
}:
buildLua (finalAttrs: {
pname = "modernz";
version = "0.3.0";
version = "0.3.1";
scriptPath = "modernz.lua";
src = fetchFromGitHub {
owner = "Samillion";
repo = "ModernZ";
rev = "v${finalAttrs.version}";
hash = "sha256-9jth8TCAx/cmbAfO8s+1WPpMDuF79gQtVlC4OG2adrA=";
hash = "sha256-xHiKE84qBYa8wnLMhrTnOZPLwdY7ddW7ayIfFz1dIRw=";
};
nativeBuildInputs = [ installFonts ];