dprint: 0.19.2 -> 0.22.0

This commit is contained in:
R. Ryantm
2022-02-12 22:32:44 -08:00
committed by Jonathan Ringer
parent 245712db48
commit 8b41152e66
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.19.2";
version = "0.22.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-mTurSfYyLDmHCiza/noToRFtQL0zsdzib69PCtUseSI=";
sha256 = "sha256-sE5Ojm4ZkMNQ6ihaT5GGRjqqJ6gEvoMaliMbRSkS8wI=";
};
cargoSha256 = "sha256-B4b6RSegtS3FQ4BHFVmw9+jlA/oKEmB5i/kdb6nuzkQ=";
cargoSha256 = "sha256-KQLoF0yvlZaQIn50WlmlfHsIYjgca6odCnhmWG2au2U=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];