Merge pull request #149291 from r-ryantm/auto-update/kotlin-language-server

kotlin-language-server: 1.1.2 -> 1.2.0
This commit is contained in:
Jörg Thalheim 2021-12-08 17:23:37 +00:00 committed by GitHub
commit 622b8fabe2
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.1.2";
version = "1.2.0";
src = fetchurl {
url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
sha256 = "d8850ee2be8c49e5e642c4a41f52304098ae0bcce009e4d91531a9aeecd64916";
sha256 = "sha256-GXr+sOGa09qeQrfaJYRPsoHULwfMst8tTr4y2cv752k=";
};
dontBuild = true;