about summary refs log tree commit diff
path: root/pkgs/development/tools/dprint
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-22 10:16:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-22 10:16:31 +0000
commitf7a121fba55c921f22168952774898410b5517fc (patch)
tree36e5a2308dc78f93b3df47d3e6099eb61926924f /pkgs/development/tools/dprint
parent135dfbcd9dae170c812e9bb3634da3efdc9379b7 (diff)
dprint: 0.37.1 -> 0.39.1
Diffstat (limited to 'pkgs/development/tools/dprint')
-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 533c9a5f70ceb..a1cf5f02783f2 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.37.1";
+  version = "0.39.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-iDLydTwMJHalqtPLdSirr11AoVsdR+0er0kfB2+C1MA=";
+    sha256 = "sha256-aJHNVhZ1pWnPErPmFXy2AfZNtGWcYjuGChJ3fGsAOSA=";
   };
 
-  cargoHash = "sha256-z1DYbxeif4UJXRwEnEWfgALHR/iyVfQ2vD8AWEsC/2U=";
+  cargoHash = "sha256-9uZm0jCl9Bu2GNEa1lphQLzMEOWzkWlb6OESPm14AJ4=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ Security ];