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

dprint: 0.31.1 -> 0.32.1
This commit is contained in:
figsoda
2022-09-17 22:56:29 -04:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.31.1";
version = "0.32.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-NgUc3QrH7y72DS01ypfnifHzQeFCogPa+8+Kzv4i4xE=";
sha256 = "sha256-CZSGE9HsxBX7vqLLPTLWFi/NGHa1FXA6YWqFHvzVeAQ=";
};
cargoSha256 = "sha256-0BIkO9sMQbQTONSsNgR5UFPIkA0mzADqHxlEhHlIG0Y=";
cargoSha256 = "sha256-vYiCSU02mHUKKe0tyB+byhNZhZ+d8yhQf8IKI5r/qYU=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];