From 38c3bb533df20c1780a0ee859ce71429ddd1a9a0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 7 Mar 2026 11:18:26 -0500 Subject: [PATCH] stylua: 2.3.1 -> 2.4.0 Diff: https://github.com/johnnymorganz/stylua/compare/v2.3.1...v2.4.0 Changelog: https://github.com/johnnymorganz/stylua/blob/v2.4.0/CHANGELOG.md --- pkgs/by-name/st/stylua/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/stylua/package.nix b/pkgs/by-name/st/stylua/package.nix index c44e162bbd7d..6549ad077587 100644 --- a/pkgs/by-name/st/stylua/package.nix +++ b/pkgs/by-name/st/stylua/package.nix @@ -14,16 +14,16 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "stylua"; - version = "2.3.1"; + version = "2.4.0"; src = fetchFromGitHub { owner = "johnnymorganz"; repo = "stylua"; rev = "v${finalAttrs.version}"; - sha256 = "sha256-wpFp6K5O1Vb/yHq+Lm0235nbeOdOgBK0NrlVAthz12A="; + sha256 = "sha256-MQUhVuwYaRpbx4iGRaQ8D1YXW7tsviEPiI2XaEjsvBg="; }; - cargoHash = "sha256-+llL9WoKnrXJjlaPNqdN4jGPjSHz2EuI2V44fghF5aM="; + cargoHash = "sha256-H/mxenzzyb+P1mrXNA5vRxmvNTtimWE6WYJeUB1Y8dQ="; # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu postPatch = ''