3
0
Fork 0
forked from mirrors/nixpkgs

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

dprint: 0.33.0 -> 0.34.1
This commit is contained in:
Anderson Torres 2022-12-30 22:42:47 -03:00 committed by GitHub
commit c2dfc71b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.33.0";
version = "0.34.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-7UgE8/FPEG3VUtQLdlvfaFx9N6iIci5eu+Z2HBo+7c0=";
sha256 = "sha256-sdRmBzP5H/engoa68w1hYlzMgIrHhRltKYsMg/TGTv0=";
};
cargoSha256 = "sha256-/7YUbbuoN/qUIHk95ndaKjHZdJOPNTqZqOBvM2dHvoc=";
cargoSha256 = "sha256-nkRD1Qx+OgqTwc/mfVa08d790yj/K7BJO4dqu5qig8o=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];