lua-language-server: 3.9.2 -> 3.9.3

This commit is contained in:
Gutyina Gergő 2024-06-11 22:37:56 +02:00
parent c7b821ba2e
commit 447fd60baa
No known key found for this signature in database

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.9.2";
version = "3.9.3";
src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = finalAttrs.version;
hash = "sha256-DZ2YLrhqryB3kvQnhbgmwqss2kzIAsFZVXDnxFpcdLQ=";
hash = "sha256-o3NRiJF9Cl420TYOZXC3JplKW5MYo/6nc0XPdukaly4=";
fetchSubmodules = true;
};