Merge pull request #183572 from r-ryantm/auto-update/nimlsp

nimlsp: 0.4.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2022-07-30 18:47:59 -05:00 committed by GitHub
commit 4a2c16fc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
nimPackages.buildNimPackage rec {
pname = "nimlsp";
version = "0.4.0";
version = "0.4.1";
nimBinOnly = true;
src = fetchFromGitHub {
owner = "PMunch";
repo = "nimlsp";
rev = "v${version}";
sha256 = "sha256-eih8JmofLFXkidanRocjtA6wv84HkA1bi0M4dxkiDr4=";
sha256 = "sha256-LAtUGhYEcOwvZzexQ2y3/HPgOge2EsScCbujJ/hz5Ec=";
};
buildInputs = with nimPackages; [ jsonschema ];