stylua: 2.2.0 -> 2.3.0 (#446644)

authored by Nick Cao and committed by GitHub a643290d 59d80911

+3 -3
+3 -3
pkgs/by-name/st/stylua/package.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "stylua"; 15 - version = "2.2.0"; 16 17 src = fetchFromGitHub { 18 owner = "johnnymorganz"; 19 repo = "stylua"; 20 rev = "v${version}"; 21 - sha256 = "sha256-PBe3X4YUFUV2xQdYYOdPNgJCnCOzrzogP/2sECef4ck="; 22 }; 23 24 - cargoHash = "sha256-C9g6kA+xc0nixiPAijc5MIF9xHbbeXBHtmdM4QRdf/Q="; 25 26 # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu 27 postPatch = ''
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "stylua"; 15 + version = "2.3.0"; 16 17 src = fetchFromGitHub { 18 owner = "johnnymorganz"; 19 repo = "stylua"; 20 rev = "v${version}"; 21 + sha256 = "sha256-iyZ30Gc32TQsQyMLwArfIRtM0NkbXkqmca46nI0526M="; 22 }; 23 24 + cargoHash = "sha256-H50/e/XyFvXHhwrKUbKZFZwSHfwAkAtddEvFiOr5220="; 25 26 # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu 27 postPatch = ''