svls: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2022-08-11 00:13:43 +00:00
parent ce92261bcb
commit eaa6bd84b6

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "svls"; pname = "svls";
version = "0.2.4"; version = "0.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dalance"; owner = "dalance";
repo = "svls"; repo = "svls";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-m7xV5sQZnRytT3QY1a9qihZV0Ub6zKjfDytZ+TDwdFg="; sha256 = "sha256-SeVLQ05vPywSOnOEhJhQXYhdptmIhvYbbf9SX5eVzik=";
}; };
cargoSha256 = "sha256-993XWYSUC2KuV2/dgTYAatoy5lGIveT3lL7eOYsbCig="; cargoSha256 = "sha256-jp84LqFuK6Du2mWmgvadD7p8n/zcLKAKBOMQiERTKBI=";
meta = with lib; { meta = with lib; {
description = "SystemVerilog language server"; description = "SystemVerilog language server";