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

dprint: 0.46.3 -> 0.47.0
This commit is contained in:
Weijia Wang 2024-07-07 03:29:33 +02:00 committed by GitHub
commit d36d67721f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.46.3";
version = "0.47.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-IyhKxCqLyboEZINalI6bd///sUxWvmWlQVrzMA2sNdU=";
sha256 = "sha256-eiZrgxOAUwq9rhTASXih8txg0KNerWETJgzYiz7KKVo=";
};
cargoHash = "sha256-46t6Y2UuRCAnvOhEPLgYN+fHHtJYxuflRT3DClLTDQk=";
cargoHash = "sha256-CTcoJ09UqeHumEg00RbI9TTTE8ja2O5cte4OYfB8v4s=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];