Skip to content

Commit

Permalink
lua-language-server: 3.11.1 -> 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Nov 1, 2024
1 parent 664c5ad commit 68d2661
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "lua-language-server";
version = "3.11.1";
version = "3.12.0";

src = fetchFromGitHub {
owner = "luals";
repo = "lua-language-server";
rev = finalAttrs.version;
hash = "sha256-ZYaiSBSnO9lPb/5pYa0OiL0KParuMb4/jIBtE3S/Ruo=";
hash = "sha256-wyQ4oXGemoT5QVZughFKd386RjzlW4ArtQL0ofMnhpU=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 68d2661

Please sign in to comment.