diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-07-15 22:44:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-15 22:44:55 +0200 |
| commit | 9c730aae7f2ecd67328b3c07a64887195b8b97c8 (patch) | |
| tree | a890de6d21757d31a205b7f299452196835b7bf2 | |
| parent | cloudflared: 2023.6.1 -> 2023.7.0 (diff) | |
| parent | stylua: 0.18.0 -> 0.18.1 (diff) | |
| download | nixpkgs-9c730aae7f2ecd67328b3c07a64887195b8b97c8.tar.gz | |
Merge pull request #243709 from figsoda/stylua
stylua: 0.18.0 -> 0.18.1
| -rw-r--r-- | pkgs/development/tools/stylua/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/stylua/default.nix b/pkgs/development/tools/stylua/default.nix index 5579d941be12..b2c919c8b673 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 = '' |
