kotlin-language-server: 1.3.1 -> 1.3.3
https://github.com/fwcd/kotlin-language-server/releases/tag/1.3.2 https://github.com/fwcd/kotlin-language-server/releases/tag/1.3.3
This commit is contained in:
parent
e8d8980d9a
commit
4ab2cc8673
@ -2,10 +2,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "kotlin-language-server";
|
||||
version = "1.3.1";
|
||||
version = "1.3.3";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
|
||||
hash = "sha256-FxpNA4OGSgFdILl0yKBDTtVdQl6Bw9tm2eURbsJdZzI=";
|
||||
hash = "sha256-m0AgPJ8KgzOxHPB33pgSFe7JQxidPkhDUga56LuaDBA=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
Loading…
Reference in New Issue
Block a user