Merge pull request #226129 from chvp/bump-kls

kotlin-language-server: 1.3.1 -> 1.3.3
This commit is contained in:
Nick Cao 2023-04-15 11:13:42 +08:00 committed by GitHub
commit cfdc545788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "kotlin-language-server";
version = "1.3.1";
version = "1.3.3";
src = fetchzip {
url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
hash = "sha256-FxpNA4OGSgFdILl0yKBDTtVdQl6Bw9tm2eURbsJdZzI=";
hash = "sha256-m0AgPJ8KgzOxHPB33pgSFe7JQxidPkhDUga56LuaDBA=";
};
dontBuild = true;