Skip to content

Commit

Permalink
Merge pull request #307342 from r-ryantm/auto-update/dprint
Browse files Browse the repository at this point in the history
dprint: 0.45.0 -> 0.45.1
  • Loading branch information
NickCao committed Apr 28, 2024
2 parents 2917aad + c17e70f commit 1066e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/dprint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.45.0";
version = "0.45.1";

src = fetchCrate {
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 ];

Expand Down

0 comments on commit 1066e4a

Please sign in to comment.