stylua: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-09-15 00:32:23 +00:00
parent 19a8f12aab
commit 7ca8735bfc
+3 -3
View File
@@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "stylua";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "johnnymorganz";
repo = "stylua";
rev = "v${version}";
sha256 = "sha256-yVie8/aey77WbeUGM6rzuKBKLmAH1Jhhj9Y7LxbvIUw=";
sha256 = "sha256-PBe3X4YUFUV2xQdYYOdPNgJCnCOzrzogP/2sECef4ck=";
};
cargoHash = "sha256-ow8lldu36qBHcXFgeBhHo2u+sSAFCEFbxUk2oZI7sj4=";
cargoHash = "sha256-C9g6kA+xc0nixiPAijc5MIF9xHbbeXBHtmdM4QRdf/Q=";
# remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
postPatch = ''