Merge pull request #197933 from r-ryantm/auto-update/dprint

dprint: 0.32.1 -> 0.32.2
This commit is contained in:
figsoda 2022-10-26 12:40:27 -04:00 committed by GitHub
commit f310ba445c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.32.1";
version = "0.32.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-CZSGE9HsxBX7vqLLPTLWFi/NGHa1FXA6YWqFHvzVeAQ=";
sha256 = "sha256-F7hqSbCGP3p+6khNMfuUABAvtB8MMABcpX7zK9rWhrQ=";
};
cargoSha256 = "sha256-vYiCSU02mHUKKe0tyB+byhNZhZ+d8yhQf8IKI5r/qYU=";
cargoSha256 = "sha256-Azsky2rst+z33EKfZ+6LSeF+MpSNjNxQrLkqxgLAQ1o=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];