about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2021-08-09 00:06:58 +0300
committerGitHub <noreply@github.com>2021-08-09 00:06:58 +0300
commitd50a16f414f3d82bfccfcf044ccefd2a158cd912 (patch)
treecfaeeaca021a8a7a5dc933bab64eb78896a53219
parentb5e3f84903991c3892f1a94b9ff822128f4a4407 (diff)
parente19b326e1cde4de0110a3ffe831cb633ea5fba97 (diff)
Merge pull request #133186 from r-ryantm/auto-update/dprint
dprint: 0.15.0 -> 0.15.1
-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 7ac81b236dbe9..8fe044e41cced 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.15.0";
+  version = "0.15.1";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-1DUGp+HiiY03fyZ+b8hNUBIfuQV5Z/gEcOxc/vG3YiA=";
+    sha256 = "sha256-ftzV5babf3/l59CWDzVgUF2qws5yo1qEuepFLYd8psA=";
   };
 
-  cargoSha256 = "sha256-twFXA8A+vP1n6IFJO78fKNs+FC2ui46rj1JmJ/eq3wc=";
+  cargoSha256 = "sha256-ayCCNE44cOpbrk3FFtW2ZPZ1fTwzXwq3srmptI629sw=";
 
   # Tests fail because they expect a test WASM plugin. Tests already run for
   # every commit upstream on GitHub Actions