about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-15 15:52:13 -0400
committerfigsoda <figsoda@pm.me>2023-07-15 15:52:13 -0400
commitb13c1e7c66f3dac9539a2f4e464cb96867c5ee79 (patch)
treedaa59807fb58ed39da74a786be3035a2857d1120
parent29bcead8405cfe4c00085843eb372cc43837bb9d (diff)
stylua: 0.18.0 -> 0.18.1
Diff: https://github.com/johnnymorganz/stylua/compare/v0.18.0...v0.18.1

Changelog: https://github.com/johnnymorganz/stylua/blob/v0.18.1/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 5579d941be12e..b2c919c8b6730 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.18.0";
+  version = "0.18.1";
 
   src = fetchFromGitHub {
     owner = "johnnymorganz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-BrXdULBwsdfjtG/r/V7SEDvT7k7lgUc0s1187/EdGP4=";
+    sha256 = "sha256-R/GFAbaR/f3kO1n4jQyCPOkfG9fRubnuQy0VUg0NqKw=";
   };
 
-  cargoSha256 = "sha256-v4Ip1jgq0YhYkdxkcdYDCBgN81bmstC0M89UkirudAQ=";
+  cargoSha256 = "sha256-Ca6HNhdT5/CAI3qyzM7wBuCYYOPOHEyP+QyDia1csUo=";
 
   # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
   postPatch = ''