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

dprint: 0.32.1 -> 0.32.2

authored by figsoda and committed by GitHub f310ba44 4aaebd82

+3 -3
+3 -3
pkgs/development/tools/dprint/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "dprint"; 5 - version = "0.32.1"; 6 7 src = fetchCrate { 8 inherit pname version; 9 - sha256 = "sha256-CZSGE9HsxBX7vqLLPTLWFi/NGHa1FXA6YWqFHvzVeAQ="; 10 }; 11 12 - cargoSha256 = "sha256-vYiCSU02mHUKKe0tyB+byhNZhZ+d8yhQf8IKI5r/qYU="; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "dprint"; 5 + version = "0.32.2"; 6 7 src = fetchCrate { 8 inherit pname version; 9 + sha256 = "sha256-F7hqSbCGP3p+6khNMfuUABAvtB8MMABcpX7zK9rWhrQ="; 10 }; 11 12 + cargoSha256 = "sha256-Azsky2rst+z33EKfZ+6LSeF+MpSNjNxQrLkqxgLAQ1o="; 13 14 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 15