summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-21 12:24:13 -0500
committerGitHub <noreply@github.com>2022-11-21 12:24:13 -0500
commit6c050a53749cb1d34186e8a81db9d10c0567d4a7 (patch)
tree7c61e13762d599bd2c725e8f6fc5cc1829ce3688
parent80212614a31a4543a2046d47f178220aa4c8d5ba (diff)
parent73944c5c5e79d10906c224d688037c34085241a1 (diff)
Merge pull request #202182 from r-ryantm/auto-update/dprint
dprint: 0.32.2 -> 0.33.0
-rw-r--r--pkgs/development/tools/dprint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/dprint/default.nix b/pkgs/development/tools/dprint/default.nix
index 8f5435f82728a..1ff2577b5d9f3 100644
--- a/pkgs/development/tools/dprint/default.nix
+++ b/pkgs/development/tools/dprint/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "dprint";
-  version = "0.32.2";
+  version = "0.33.0";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-F7hqSbCGP3p+6khNMfuUABAvtB8MMABcpX7zK9rWhrQ=";
+    sha256 = "sha256-7UgE8/FPEG3VUtQLdlvfaFx9N6iIci5eu+Z2HBo+7c0=";
   };
 
-  cargoSha256 = "sha256-Azsky2rst+z33EKfZ+6LSeF+MpSNjNxQrLkqxgLAQ1o=";
+  cargoSha256 = "sha256-/7YUbbuoN/qUIHk95ndaKjHZdJOPNTqZqOBvM2dHvoc=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];