kotlin-language-server: 1.3.0 -> 1.3.1

This commit is contained in:
Charlotte Van Petegem 2022-07-03 14:19:17 +02:00
parent 3eec36f837
commit 31eaa5fac3
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.0";
version = "1.3.1";
src = fetchzip {
url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
hash = "sha256-nqrZoSntomNLUMTni/yoiVhDOJFSFmZeGze8IJhITu0=";
hash = "sha256-FxpNA4OGSgFdILl0yKBDTtVdQl6Bw9tm2eURbsJdZzI=";
};
dontBuild = true;