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

dprint: 0.43.0 -> 0.45.0
This commit is contained in:
Weijia Wang
2024-01-03 17:00:49 +01:00
committed by GitHub
+3 -3
View File
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.43.0";
version = "0.45.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-PUI58DBzPAMrqB4YeWVxGl+moYZfZwGCAiUIflKYK4Q=";
sha256 = "sha256-Vs+LcvGXcFT0kcZHtLv3T+4xV88kP02r9wDC5hBOZCg=";
};
cargoHash = "sha256-VZjQ2Q38cHblLwR2XioAjq0CAwWYOsvQ/1ps92Rl99U=";
cargoHash = "sha256-DbFvsOLJ+diLzQXzl6csuVMqjBbI3z+vO37HQ/WnLR4=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];