lol

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

dprint: 0.32.2 -> 0.33.0

authored by

figsoda and committed by
GitHub
6c050a53 80212614

+3 -3
+3 -3
pkgs/development/tools/dprint/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "dprint"; 5 - version = "0.32.2"; 5 + version = "0.33.0"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-F7hqSbCGP3p+6khNMfuUABAvtB8MMABcpX7zK9rWhrQ="; 9 + sha256 = "sha256-7UgE8/FPEG3VUtQLdlvfaFx9N6iIci5eu+Z2HBo+7c0="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-Azsky2rst+z33EKfZ+6LSeF+MpSNjNxQrLkqxgLAQ1o="; 12 + cargoSha256 = "sha256-/7YUbbuoN/qUIHk95ndaKjHZdJOPNTqZqOBvM2dHvoc="; 13 13 14 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15 15