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

dprint: 0.34.5 -> 0.36.1

authored by Jonas Heinrich and committed by GitHub 49d09504 5dbdaeb5

+3 -3
+3 -3
pkgs/development/tools/dprint/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "dprint"; 5 - version = "0.34.5"; 6 7 src = fetchCrate { 8 inherit pname version; 9 - sha256 = "sha256-kdpiOeXizCHLxEWlq991T6h7sbt0chu7Dou8V8yad94="; 10 }; 11 12 - cargoHash = "sha256-qzb2H9acWWIpG9tjFzU5ApHaBKfCYJcSSYjOWQnEebM="; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "dprint"; 5 + version = "0.36.1"; 6 7 src = fetchCrate { 8 inherit pname version; 9 + sha256 = "sha256-9mHWQPe0HW1gSK0qbw/rBvh0t60ZEycrYywNGsPSrZE="; 10 }; 11 12 + cargoHash = "sha256-6v4DO0w+9SnAC+jIDgh8G5GstEG1F7vAgaG9XgPcyiU="; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15