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

dprint: 0.37.1 -> 0.39.1
This commit is contained in:
figsoda 2023-07-22 11:06:14 -04:00 committed by GitHub
commit 707e33fc72
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.37.1";
version = "0.39.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-iDLydTwMJHalqtPLdSirr11AoVsdR+0er0kfB2+C1MA=";
sha256 = "sha256-aJHNVhZ1pWnPErPmFXy2AfZNtGWcYjuGChJ3fGsAOSA=";
};
cargoHash = "sha256-z1DYbxeif4UJXRwEnEWfgALHR/iyVfQ2vD8AWEsC/2U=";
cargoHash = "sha256-9uZm0jCl9Bu2GNEa1lphQLzMEOWzkWlb6OESPm14AJ4=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];