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

dprint: 0.45.1 -> 0.46.1
This commit is contained in:
Weijia Wang
2024-06-04 22:47:15 +02:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.45.1";
version = "0.46.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-dVtUUQ9AUQ85vsFwDb3xnR3UWxvSDMosC8QPW8AGHf4=";
sha256 = "sha256-3YD6X/I1x+7hDENS/pBMbaepL9SGkmJfWCmtHBKO+wg=";
};
cargoHash = "sha256-NXofEGJ1Sn7xnn8xxD9ZXBjoG/ZJgWvP0vCAJiwxK38=";
cargoHash = "sha256-vFhDoQYv+OGOgSWALYbY4hl4QQGjvikAkCsDh0utpts=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];