dprint: 0.29.1 -> 0.30.3

This commit is contained in:
R. Ryantm
2022-07-17 15:04:12 -04:00
committed by Yt
parent 4f62aca894
commit 507c1a168b
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.29.1";
version = "0.30.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-uLNZUIp8+fKr6l+vi8rqjXn9PrwAmpYnYuwtYjl2y+o=";
sha256 = "sha256-/lptdZEcnbBQL9hYj0xyI95fMT22tGy8zeQz+8VwMog=";
};
cargoSha256 = "sha256-bmbrnzUZfHvO5waMixZoD0DmWxVGtUXhIwZLLlHqPhs=";
cargoSha256 = "sha256-BJGOaZgY03CYC8fa0wnlDmc9SO72lrLmdafovFD3BBI=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];