Merge pull request #250516 from ryanccn/dprint

dprint: 0.40.0 -> 0.40.2
This commit is contained in:
Jonas Heinrich 2023-08-22 21:22:33 +02:00 committed by GitHub
commit 5a0860d6dd
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.40.0";
version = "0.40.2";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-leneOdV65aAUGRdVFpPuVnCmu3VmVzZXxOLJ5vspVB8=";
sha256 = "sha256-kkGBSyLirHlJOzNh8GtY6k8kxpgouqHRQQEM/eDU7TA=";
};
cargoHash = "sha256-C0cgN7G+zQZr+V/iPHh6HXV8DnPaE0bWkbJmbfIMwgk=";
cargoHash = "sha256-jImnU9ksYYmQOoaLBH+lMdoAsgo9ZFlu0tng61wrXXw=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];