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

dprint: 0.15.1 -> 0.18.2
This commit is contained in:
Jörg Thalheim 2021-12-11 12:54:40 +00:00 committed by GitHub
commit 0e8a1ae1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "dprint"; pname = "dprint";
version = "0.15.1"; version = "0.18.2";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-ftzV5babf3/l59CWDzVgUF2qws5yo1qEuepFLYd8psA="; sha256 = "sha256-5vWkIQtbeQzPgc1BDjxfWCmCYseOUiV0LXapypcLItI=";
}; };
cargoSha256 = "sha256-ayCCNE44cOpbrk3FFtW2ZPZ1fTwzXwq3srmptI629sw="; cargoSha256 = "sha256-ezfVDgZs0QemYHm/o3aX2QGO2WuMweE8LuNZaX4whhw=";
# Tests fail because they expect a test WASM plugin. Tests already run for # Tests fail because they expect a test WASM plugin. Tests already run for
# every commit upstream on GitHub Actions # every commit upstream on GitHub Actions