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

dprint: 0.32.2 -> 0.33.0
This commit is contained in:
figsoda 2022-11-21 12:24:13 -05:00 committed by GitHub
commit 6c050a5374
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.2";
version = "0.33.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-F7hqSbCGP3p+6khNMfuUABAvtB8MMABcpX7zK9rWhrQ=";
sha256 = "sha256-7UgE8/FPEG3VUtQLdlvfaFx9N6iIci5eu+Z2HBo+7c0=";
};
cargoSha256 = "sha256-Azsky2rst+z33EKfZ+6LSeF+MpSNjNxQrLkqxgLAQ1o=";
cargoSha256 = "sha256-/7YUbbuoN/qUIHk95ndaKjHZdJOPNTqZqOBvM2dHvoc=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];