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

dprint: 0.45.0 -> 0.45.1
This commit is contained in:
Nick Cao 2024-04-28 10:38:47 -04:00 committed by GitHub
commit 1066e4a9df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "dprint"; pname = "dprint";
version = "0.45.0"; version = "0.45.1";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-Vs+LcvGXcFT0kcZHtLv3T+4xV88kP02r9wDC5hBOZCg="; sha256 = "sha256-dVtUUQ9AUQ85vsFwDb3xnR3UWxvSDMosC8QPW8AGHf4=";
}; };
cargoHash = "sha256-DbFvsOLJ+diLzQXzl6csuVMqjBbI3z+vO37HQ/WnLR4="; cargoHash = "sha256-NXofEGJ1Sn7xnn8xxD9ZXBjoG/ZJgWvP0vCAJiwxK38=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ]; buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];