stylua: 0.12.5 -> 0.13.0

https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.13.0
This commit is contained in:
zowoq 2022-04-01 07:35:45 +10:00
parent b5f36e84d1
commit 5b6e4187ad

View File

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "stylua";
version = "0.12.5";
version = "0.13.0";
src = fetchFromGitHub {
owner = "johnnymorganz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4tQQTTAdIAhlkBJevwwwGXOKd6bJJOyG4nlbCv7909Y=";
sha256 = "sha256-Ecv6am4JT4cJKAApieOWQZG3XZkeCpmLrs6K7+4c8xA=";
};
cargoSha256 = "sha256-DGe2lB8xZgY9ikTsIHDOdHzTyHfDaSlmy8FU/S9FDCI=";
cargoSha256 = "sha256-r09fTZTmOZQCI3qIWcnQnhUXYLVK8pF5y0y/dQl88CI=";
buildFeatures = lib.optional lua52Support "lua52"
++ lib.optional luauSupport "luau";