Skip to content

Commit 79123eb

Browse files
committed
lua-language-server: 3.13.9 -> 3.14.0
1 parent b1dd755 commit 79123eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lu/lua-language-server/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "lua-language-server";
20-
version = "3.13.9";
20+
version = "3.14.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "luals";
2424
repo = "lua-language-server";
2525
tag = finalAttrs.version;
26-
hash = "sha256-zttTtMAeBsHBqgDm3CAvp54Tp2bfQUhk5/lKgKWUeJY=";
26+
hash = "sha256-+pxDCjBcNYpSGZJpwJhL/PsARNhqdIXRHKj9DQvOyLE=";
2727
fetchSubmodules = true;
2828
};
2929

0 commit comments

Comments
 (0)