dprint: 0.34.5 -> 0.36.1

This commit is contained in:
R. Ryantm 2023-05-07 21:52:08 +00:00
parent 4e243a2e2b
commit 112278bdb4

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 ];