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

dprint: 0.15.0 -> 0.15.1
This commit is contained in:
Artturi 2021-08-09 00:06:58 +03:00 committed by GitHub
commit d50a16f414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.15.0";
version = "0.15.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-1DUGp+HiiY03fyZ+b8hNUBIfuQV5Z/gEcOxc/vG3YiA=";
sha256 = "sha256-ftzV5babf3/l59CWDzVgUF2qws5yo1qEuepFLYd8psA=";
};
cargoSha256 = "sha256-twFXA8A+vP1n6IFJO78fKNs+FC2ui46rj1JmJ/eq3wc=";
cargoSha256 = "sha256-ayCCNE44cOpbrk3FFtW2ZPZ1fTwzXwq3srmptI629sw=";
# Tests fail because they expect a test WASM plugin. Tests already run for
# every commit upstream on GitHub Actions