Unverified Commit 4a2c16fc authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

nimlsp: 0.4.0 -> 0.4.1
parents 0d429467 a6a4aba0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];