Skip to content

Commit a3ecc23

Browse files
lua-language-server: 3.13.9 -> 3.14.0 (NixOS#397506)
Co-authored-by: gepbird <[email protected]>
2 parents f6de97b + 79123eb commit a3ecc23

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)