lua-language-server: 3.8.3 -> 3.9.0 (#310908)

This commit is contained in:
Gutyina Gergő 2024-05-12 23:55:19 +02:00 committed by GitHub
parent 375146c3a1
commit 8509fd4fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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