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.
1 parent c9eccad commit 708febeCopy full SHA for 708febe
pkgs/by-name/lu/lua-language-server/package.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "lua-language-server";
21
- version = "3.12.0";
+ version = "3.13.0";
22
23
src = fetchFromGitHub {
24
owner = "luals";
25
repo = "lua-language-server";
26
rev = "refs/tags/${finalAttrs.version}";
27
- hash = "sha256-wyQ4oXGemoT5QVZughFKd386RjzlW4ArtQL0ofMnhpU=";
+ hash = "sha256-V8iqMmf9uVwWvFqEYPlc7WhPnPmKMlJuhve81kf3yQg=";
28
fetchSubmodules = true;
29
};
30
0 commit comments