mpvScripts.modernx-zydezu: 0.2.8 -> 0.2.9

Diff: https://github.com/zydezu/ModernX/compare/0.2.8...0.2.9
This commit is contained in:
Guanran Wang 2024-04-06 20:30:59 +08:00 committed by Matthieu Coudron
parent 3b3ac91e60
commit bf6ea5c0d4

View file

@ -6,14 +6,14 @@
}:
buildLua (finalAttrs: {
pname = "modernx-zydezu";
version = "0.2.8";
version = "0.2.9";
scriptPath = "modernx.lua";
src = fetchFromGitHub {
owner = "zydezu";
repo = "ModernX";
rev = finalAttrs.version;
hash = "sha256-rruscDutFyQCl5sTtQfmtYPcXKWU51/QFbghSOyMC9o=";
hash = "sha256-Tq/v8EbojvOSSwbu8kdbLVxZWZNi1UH6zAPTcsUcgog";
};
postInstall = ''