mpvScripts.modernx: 0.2.6.5 -> 0.2.7.6
Diff: https://github.com/zydezu/ModernX/compare/0.2.6.5...0.2.7.6
This commit is contained in:
parent
ec6380dea7
commit
8192eefc5c
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.6.5";
|
version = "0.2.7.6";
|
||||||
|
|
||||||
# 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-hqKqa9GoWV2MjuEYdrMtihTMWZ7/UjDROPR/7dAu9oY=";
|
hash = "sha256-WWwnxhFMDjlQb0+5+hD9CRe/BYt4CWHw3JGZOI3IQiE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue