kotlin-language-server: 1.3.0 -> 1.3.1

This commit is contained in:
Charlotte Van Petegem 2022-06-09 10:34:29 +02:00
parent f408d02936
commit 6e3578a54f
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/${pname}/releases/download/${version}/server.zip";
sha256 = "nqrZoSntomNLUMTni/yoiVhDOJFSFmZeGze8IJhITu0=";
sha256 = "FxpNA4OGSgFdILl0yKBDTtVdQl6Bw9tm2eURbsJdZzI=";
};
nativeBuildInputs = [ makeWrapper ];