mpvScripts.modernz: 0.2.8 -> 0.2.9

This commit is contained in:
R. Ryantm
2026-01-14 20:31:08 +00:00
parent ef618a7ad7
commit 3e60fed75d
+2 -2
View File
@@ -7,14 +7,14 @@
}:
buildLua (finalAttrs: {
pname = "modernz";
version = "0.2.8";
version = "0.2.9";
scriptPath = "modernz.lua";
src = fetchFromGitHub {
owner = "Samillion";
repo = "ModernZ";
rev = "v${finalAttrs.version}";
hash = "sha256-pQttcfCaw9K8BD/T2CZdRAb9QEFobyeUj/KmNStgzEg=";
hash = "sha256-ocsThwgCeWUSCs1ZD2pwNIvKQZtGQXrvceaMRvgmFPA=";
};
postInstall = ''