mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
nimlsp: 0.4.1 -> 0.4.3
This commit is contained in:
parent
5a79781dc6
commit
a11ea1e408
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user