nimlsp: 0.4.1 -> 0.4.3

This commit is contained in:
Miguel Madrid-Mencía 2023-01-21 23:21:00 -05:00 committed by Mario Rodas
parent 5a79781dc6
commit a11ea1e408

View File

@ -2,17 +2,17 @@
nimPackages.buildNimPackage rec {
pname = "nimlsp";
version = "0.4.1";
version = "0.4.4";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "PMunch";
repo = "nimlsp";
rev = "v${version}";
sha256 = "sha256-LAtUGhYEcOwvZzexQ2y3/HPgOge2EsScCbujJ/hz5Ec=";
sha256 = "sha256-Z67iKlL+dnRbxdFt/n/fsUcb2wpZwzPpL/G29jfCaMY=";
};
buildInputs = with nimPackages; [ jsonschema ];
buildInputs = with nimPackages; [ jsonschema asynctools ];
nimFlags = [
"--threads:on"