Unverified Commit 942d23ab authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #184065 from r-ryantm/auto-update/svls

svls: 0.2.0 -> 0.2.4
parents 54669db4 c0fd5047
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "svls";
  version = "0.2.0";
  version = "0.2.4";

  src = fetchFromGitHub {
    owner = "dalance";
    repo = "svls";
    rev = "v${version}";
    sha256 = "sha256-WZuFYiPV6HbBH9QT4h9FbnmkbFBadUaV0HujiQ0hu7I=";
    sha256 = "sha256-m7xV5sQZnRytT3QY1a9qihZV0Ub6zKjfDytZ+TDwdFg=";
  };

  cargoSha256 = "sha256-tafxN3ots1UTSv950NlwCs6TItMnKz5tn5vw7PTcARU=";
  cargoSha256 = "sha256-993XWYSUC2KuV2/dgTYAatoy5lGIveT3lL7eOYsbCig=";

  meta = with lib; {
    description = "SystemVerilog language server";