dprint: 0.36.1 -> 0.37.1

This commit is contained in:
Utkarsh Gupta 2023-06-30 16:54:13 +01:00
parent c097b146a5
commit 120eb0a154
No known key found for this signature in database
GPG Key ID: 428BFDF197596BDC

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "dprint";
version = "0.36.1";
version = "0.37.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-9mHWQPe0HW1gSK0qbw/rBvh0t60ZEycrYywNGsPSrZE=";
sha256 = "sha256-iDLydTwMJHalqtPLdSirr11AoVsdR+0er0kfB2+C1MA=";
};
cargoHash = "sha256-6v4DO0w+9SnAC+jIDgh8G5GstEG1F7vAgaG9XgPcyiU=";
cargoHash = "sha256-z1DYbxeif4UJXRwEnEWfgALHR/iyVfQ2vD8AWEsC/2U=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];