Unverified Commit ec508e4e authored by Charlotte Van Petegem's avatar Charlotte Van Petegem Committed by Charlotte Van Petegem
Browse files
parent c1a36c3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
  pname = "kotlin-language-server";
  version = "1.3.5";
  version = "1.3.7";
  src = fetchzip {
    url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
    hash = "sha256-hoZDbhedauW1TK78rX37Gwn/6OWLXZzy8wKsUrbTmKI=";
    hash = "sha256-BEQywg3ZU4LtF9trntGbDp64SIWH4y93o/VVMSRP+cc=";
  };

  dontBuild = true;