lua-language-server: 3.7.4 -> 3.8.3

This commit is contained in:
Gutyina Gergő 2024-04-22 23:26:50 +02:00
parent 5c24cf2f0a
commit d804740da6
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.7.4";
version = "3.8.3";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = finalAttrs.version;
hash = "sha256-wJOOzKM2pgxfRqx5WZjOcCyRapz0Sub3AYm51LRYpFU=";
hash = "sha256-Zl57KmsAuyMWbcKnU19m7ljox/LqWsa6gXbjaWiznfg=";
fetchSubmodules = true;
};