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

dprint: 0.34.5 -> 0.36.1
This commit is contained in:
Jonas Heinrich 2023-05-08 15:55:46 +02:00 committed by GitHub
commit 49d0950476
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.34.5";
version = "0.36.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-kdpiOeXizCHLxEWlq991T6h7sbt0chu7Dou8V8yad94=";
sha256 = "sha256-9mHWQPe0HW1gSK0qbw/rBvh0t60ZEycrYywNGsPSrZE=";
};
cargoHash = "sha256-qzb2H9acWWIpG9tjFzU5ApHaBKfCYJcSSYjOWQnEebM=";
cargoHash = "sha256-6v4DO0w+9SnAC+jIDgh8G5GstEG1F7vAgaG9XgPcyiU=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];