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

dprint: 0.42.5 -> 0.43.0
This commit is contained in:
Pol Dellaiera 2023-11-29 20:08:04 +01:00 committed by GitHub
commit 1d2907ca33
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.42.5";
version = "0.43.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-aj5gk8+wEYSuvh92+W3jJ5rB87OzuT+atBAB/pm4Sr0=";
sha256 = "sha256-PUI58DBzPAMrqB4YeWVxGl+moYZfZwGCAiUIflKYK4Q=";
};
cargoHash = "sha256-1TOlOJZjngAdxZQmFCn8uWuibI0BFzmteNlJMrrFDDo=";
cargoHash = "sha256-VZjQ2Q38cHblLwR2XioAjq0CAwWYOsvQ/1ps92Rl99U=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];