emmylua-ls: 0.10.0 -> 0.11.0 (#433993)
Co-authored-by: mrcjkb <mrcjkb@users.noreply.github.com>
This commit is contained in:
commit
6c0e16b314
@ -7,18 +7,18 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "emmylua_ls";
|
pname = "emmylua_ls";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "EmmyLuaLs";
|
owner = "EmmyLuaLs";
|
||||||
repo = "emmylua-analyzer-rust";
|
repo = "emmylua-analyzer-rust";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-Fvg3G0C/YECDEWZ4mDC5b8qocWvyDJ9KdLYNtwIu0+I=";
|
hash = "sha256-HbjGOvK/b7SyhNF/Jff0SgJdOfSbzjkDkqQwuflOABA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildAndTestSubdir = "crates/emmylua_ls";
|
buildAndTestSubdir = "crates/emmylua_ls";
|
||||||
|
|
||||||
cargoHash = "sha256-MIGYx1qMxsCCq3QkFeOuKbM4w/sJ2K0T+SRIDJQjf/8=";
|
cargoHash = "sha256-3x71VNWCTFb75STx8w/T++dLo1s2FwNhFm+lyZHS7qI=";
|
||||||
|
|
||||||
nativeInstallCheckInputs = [
|
nativeInstallCheckInputs = [
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user