emmylua-ls: 0.10.0 -> 0.11.0 (#433993)

Co-authored-by: mrcjkb <mrcjkb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-15 17:50:50 +00:00 committed by GitHub
commit 6c0e16b314
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,18 +7,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "emmylua_ls";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "EmmyLuaLs";
repo = "emmylua-analyzer-rust";
tag = finalAttrs.version;
hash = "sha256-Fvg3G0C/YECDEWZ4mDC5b8qocWvyDJ9KdLYNtwIu0+I=";
hash = "sha256-HbjGOvK/b7SyhNF/Jff0SgJdOfSbzjkDkqQwuflOABA=";
};
buildAndTestSubdir = "crates/emmylua_ls";
cargoHash = "sha256-MIGYx1qMxsCCq3QkFeOuKbM4w/sJ2K0T+SRIDJQjf/8=";
cargoHash = "sha256-3x71VNWCTFb75STx8w/T++dLo1s2FwNhFm+lyZHS7qI=";
nativeInstallCheckInputs = [
versionCheckHook