mpvScripts.modernx: 0.2.4 -> 0.2.6.5
This commit is contained in:
parent
f5bb0f2b60
commit
7ac5e34d54
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
# error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "buildLua"
|
# error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "buildLua"
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "modernx";
|
pname = "modernx";
|
||||||
version = "0.2.4";
|
version = "0.2.6.5";
|
||||||
|
|
||||||
# zydezu's fork
|
# zydezu's fork
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zydezu";
|
owner = "zydezu";
|
||||||
repo = "ModernX";
|
repo = "ModernX";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-b5dJeJ5GPEKhyznYIAQ3YzUq01rYUhDbci1ilNuXrdk=";
|
hash = "sha256-hqKqa9GoWV2MjuEYdrMtihTMWZ7/UjDROPR/7dAu9oY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue