Merge pull request #105082 from r-ryantm/auto-update/svlint

svlint: 0.4.7 -> 0.4.8
This commit is contained in:
Sandro 2020-11-26 23:34:18 +01:00 committed by GitHub
commit aeaddcab73
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 = "svlint"; pname = "svlint";
version = "0.4.7"; version = "0.4.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dalance"; owner = "dalance";
repo = "svlint"; repo = "svlint";
rev = "v${version}"; rev = "v${version}";
sha256 = "0gn68achvhyxljvhw5rwraxjcgdwrl1bwbsn596ka15nrk4lwb34"; sha256 = "1anbanvaikj8g5jcmjd165krzvjdwj1cl8f3vm1nmy997x8vxihf";
}; };
cargoSha256 = "0v94zsh4jhzjnqbkgwn8rjbs72i5cw2nmkwn7xhdbbwxh17a88x4"; cargoSha256 = "18xnqsrnf2gc9zny8ayzf1bah8mq1fy5k807cz039gqz36cvnma0";
meta = with lib; { meta = with lib; {
description = "SystemVerilog linter"; description = "SystemVerilog linter";