lua-language-server: 3.13.9 -> 3.14.0 (#397506)
Co-authored-by: gepbird <gutyina.gergo.2@gmail.com>
This commit is contained in:
commit
a3ecc23211
@ -17,13 +17,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "lua-language-server";
|
||||
version = "3.13.9";
|
||||
version = "3.14.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "luals";
|
||||
repo = "lua-language-server";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-zttTtMAeBsHBqgDm3CAvp54Tp2bfQUhk5/lKgKWUeJY=";
|
||||
hash = "sha256-+pxDCjBcNYpSGZJpwJhL/PsARNhqdIXRHKj9DQvOyLE=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user