Merge pull request #180005 from chvp/bump-kotlin-ls

kotlin-language-server: 1.3.0 -> 1.3.1
This commit is contained in:
Anderson Torres 2022-07-03 10:11:47 -03:00 committed by GitHub
commit b45f4619b0
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.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;