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

svls: 0.1.17 -> 0.1.18
This commit is contained in:
Mario Rodas 2020-12-08 04:04:27 -05:00 committed by GitHub
commit afdd7b51e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "svls"; pname = "svls";
version = "0.1.17"; version = "0.1.18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dalance"; owner = "dalance";
repo = "svls"; repo = "svls";
rev = "v${version}"; rev = "v${version}";
sha256 = "0qcd9pkshk94c6skzld8cyzppl05hk4vcmmaya8r9l6kdi1f4b5m"; sha256 = "08n2sp0yj7ql5aagxw94dn8bx2jkigs9zlylf5zkg673bh54829x";
}; };
cargoSha256 = "0dqa7iw0sffzh07qysznh7ma3d3vl5fhd0i2qmz7a3dvw8mvyvsm"; cargoSha256 = "0k8x6kgxc2w7ldi456s4kg4v80b064drfa26zg5chcmcrr5zgmyv";
meta = with lib; { meta = with lib; {
description = "SystemVerilog language server"; description = "SystemVerilog language server";