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

svlint: 0.7.2 -> 0.8.0
This commit is contained in:
figsoda 2023-07-01 12:16:23 -04:00 committed by GitHub
commit b2d7976e20
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.7.2";
version = "0.8.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-yo0SgNnwy0LnbIOCLwHUpzjgTZzOoO5GHzKmNVFQOtE=";
sha256 = "sha256-ykAuypWBbZ+53ImzNJGsztLHG8OQLIGBHC6Z3Amu+L0=";
};
cargoHash = "sha256-3ELBEalMQE+Ozgud+RECl5ClBLy3TqGaEry2OwZ2pGk=";
cargoHash = "sha256-517AXkFqYaHC/FejtxolAQxJVpvcFhmf3Nptzcy9idY=";
cargoBuildFlags = [ "--bin" "svlint" ];