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

svlint: 0.7.1 -> 0.7.2
This commit is contained in:
Nick Cao 2023-05-06 22:21:16 +08:00 committed by GitHub
commit 47f58ac10f
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.1";
version = "0.7.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-FLyD6fbcBi15gSh4dB9titqrJS3COfJYhxA3uroD24k=";
sha256 = "sha256-yo0SgNnwy0LnbIOCLwHUpzjgTZzOoO5GHzKmNVFQOtE=";
};
cargoHash = "sha256-yD7oQyT7QimUOtaqaUURPP8hV0z6QKBhItk5C+rJjwo=";
cargoHash = "sha256-3ELBEalMQE+Ozgud+RECl5ClBLy3TqGaEry2OwZ2pGk=";
cargoBuildFlags = [ "--bin" "svlint" ];