mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
mpvScripts.modernx-zydezu: 0.3.5.5 -> 0.3.6
This commit is contained in:
parent
a07da9722d
commit
9d38caf2ad
@ -7,14 +7,14 @@
|
|||||||
}:
|
}:
|
||||||
buildLua (finalAttrs: {
|
buildLua (finalAttrs: {
|
||||||
pname = "modernx-zydezu";
|
pname = "modernx-zydezu";
|
||||||
version = "0.3.5.5";
|
version = "0.3.6";
|
||||||
|
|
||||||
scriptPath = "modernx.lua";
|
scriptPath = "modernx.lua";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zydezu";
|
owner = "zydezu";
|
||||||
repo = "ModernX";
|
repo = "ModernX";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-sPpVwI8w5JsP/jML0viOSqhyYBVKfxWuKbxHkX3GVug=";
|
hash = "sha256-QGi7saDQzYZWf+pVlfwYhqC2CVMtQy/Elkjm+ToOm2o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user