Charlotte Van Petegem 2023-10-04 20:26:51 +02:00 committed by Charlotte Van Petegem
parent c1a36c3baa
commit ec508e4e43
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "kotlin-language-server";
version = "1.3.5";
version = "1.3.7";
src = fetchzip {
url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
hash = "sha256-hoZDbhedauW1TK78rX37Gwn/6OWLXZzy8wKsUrbTmKI=";
hash = "sha256-BEQywg3ZU4LtF9trntGbDp64SIWH4y93o/VVMSRP+cc=";
};
dontBuild = true;