We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6de97b + 79123eb commit a3ecc23Copy full SHA for a3ecc23
pkgs/by-name/lu/lua-language-server/package.nix
@@ -17,13 +17,13 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "lua-language-server";
20
- version = "3.13.9";
+ version = "3.14.0";
21
22
src = fetchFromGitHub {
23
owner = "luals";
24
repo = "lua-language-server";
25
tag = finalAttrs.version;
26
- hash = "sha256-zttTtMAeBsHBqgDm3CAvp54Tp2bfQUhk5/lKgKWUeJY=";
+ hash = "sha256-+pxDCjBcNYpSGZJpwJhL/PsARNhqdIXRHKj9DQvOyLE=";
27
fetchSubmodules = true;
28
};
29
0 commit comments