kotlin-language-server: 1.3.12 -> 1.3.13

This commit is contained in:
R. Ryantm
2025-01-19 01:23:15 +00:00
parent 1545201579
commit 39084790b0
@@ -10,10 +10,10 @@
stdenv.mkDerivation rec {
pname = "kotlin-language-server";
version = "1.3.12";
version = "1.3.13";
src = fetchzip {
url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip";
hash = "sha256-poWaU0vZS1cpMbbvN7/s1RRUKhekdfTi08fF/IZsVGs=";
hash = "sha256-ypiOeXA+14Js31WPGJAdSjskQJR9sBPVWGecLkKHiN4=";
};
dontBuild = true;