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

svlint: 0.8.0 -> 0.9.0
This commit is contained in:
Weijia Wang 2023-08-29 23:30:31 +02:00 committed by GitHub
commit ccca982895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "svlint";
version = "0.8.0";
version = "0.9.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-ykAuypWBbZ+53ImzNJGsztLHG8OQLIGBHC6Z3Amu+L0=";
sha256 = "sha256-bd0epx3AciECCYi4OYG2WzTVhZ+JYnf5ebDZoMrPfmo=";
};
cargoHash = "sha256-517AXkFqYaHC/FejtxolAQxJVpvcFhmf3Nptzcy9idY=";
cargoHash = "sha256-RjjYfdcdJzIxnJFZqx93KADihN5YK+bCuk1QaPhVuGQ=";
cargoBuildFlags = [ "--bin" "svlint" ];