mpvScripts.modernx: 0.6.0 -> 0.6.1 (#302531)

Diff: https://github.com/cyl0/ModernX/compare/0.6.0...0.6.1
This commit is contained in:
Guanran928 2024-05-01 17:54:49 +08:00 committed by GitHub
parent c10b1bb002
commit 5791f48428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
}:
buildLua (finalAttrs: {
pname = "modernx";
version = "0.6.0";
version = "0.6.1";
scriptPath = "modernx.lua";
src = fetchFromGitHub {
owner = "cyl0";
repo = "ModernX";
rev = finalAttrs.version;
hash = "sha256-Gpofl529VbmdN7eOThDAsNfNXNkUDDF82Rd+csXGOQg=";
hash = "sha256-q7DwyfmOIM7K1L7vvCpq1EM0RVpt9E/drhAa9rLYb1k=";
};
postInstall = ''