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

dprint: 0.46.2 -> 0.46.3
This commit is contained in:
Nick Cao 2024-06-19 10:38:15 -04:00 committed by GitHub
commit b124de2acf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.46.2";
version = "0.46.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-P7q2WLTGydC652N4jvTiF7hm4HRmSWnRv9+AuxRoC5Y=";
sha256 = "sha256-IyhKxCqLyboEZINalI6bd///sUxWvmWlQVrzMA2sNdU=";
};
cargoHash = "sha256-xmMFqqADIwIII+arW9gZyf95yXOkBMDRDOaG0Nay7hQ=";
cargoHash = "sha256-46t6Y2UuRCAnvOhEPLgYN+fHHtJYxuflRT3DClLTDQk=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation Security ];