about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-06-14 11:40:48 -0400
committerfigsoda <figsoda@pm.me>2023-06-14 11:40:48 -0400
commit90ccf242053a90d52f68f007d2dcfe7b5ffe7e27 (patch)
tree7c50f049e5223655aadb0145935798274d484e73
parentad394839cae4c574fed34b058ff38b2d04f906e4 (diff)
stylua: 0.17.1 -> 0.18.0
Diff: https://github.com/johnnymorganz/stylua/compare/v0.17.1...v0.18.0

Changelog: https://github.com/johnnymorganz/stylua/blob/v0.18.0/CHANGELOG.md
-rw-r--r--pkgs/development/tools/stylua/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/stylua/default.nix b/pkgs/development/tools/stylua/default.nix
index 7cfaab58009e8..5579d941be12e 100644
--- a/pkgs/development/tools/stylua/default.nix
+++ b/pkgs/development/tools/stylua/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "stylua";
-  version = "0.17.1";
+  version = "0.18.0";
 
   src = fetchFromGitHub {
     owner = "johnnymorganz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-yS671IwfqUu5aBcNTMZyqDFWCWwYGBAr/YbMvUa49vg=";
+    sha256 = "sha256-BrXdULBwsdfjtG/r/V7SEDvT7k7lgUc0s1187/EdGP4=";
   };
 
-  cargoSha256 = "sha256-6STyn5Ap1mIyR0GtzsV9BNTA4uuS/7+IJ4U9BbeDOc0=";
+  cargoSha256 = "sha256-v4Ip1jgq0YhYkdxkcdYDCBgN81bmstC0M89UkirudAQ=";
 
   # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
   postPatch = ''