zls: unstable-2021-06-06 -> 0.9.0

This commit is contained in:
zowoq 2022-07-12 17:17:19 +10:00
parent b0be4224f7
commit 05285cab55
2 changed files with 4 additions and 6 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zls";
version = "unstable-2021-06-06";
version = "0.9.0";
src = fetchFromGitHub {
owner = "zigtools";
repo = pname;
rev = "39d87188647bd8c8eed304ee18f2dd1df6942f60";
sha256 = "sha256-22N508sVkP1OLySAijhtTPzk2fGf+FVnX9LTYRbRpB4=";
rev = version;
sha256 = "sha256-MVo21qNCZop/HXBqrPcosGbRY+W69KNCc1DfnH47GsI=";
fetchSubmodules = true;
};

View File

@ -16855,9 +16855,7 @@ with pkgs;
ytt = callPackage ../development/tools/ytt {};
zls = callPackage ../development/tools/zls {
zig = zig_0_8_1;
};
zls = callPackage ../development/tools/zls { };
zydis = callPackage ../development/libraries/zydis { };