stylua: 0.11.2 -> 0.11.3
https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.11.3
This commit is contained in:
parent
b1321fd195
commit
92cf7584a4
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "stylua";
|
pname = "stylua";
|
||||||
version = "0.11.2";
|
version = "0.11.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "johnnymorganz";
|
owner = "johnnymorganz";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-rdtFzHpOvv1uJBigJWenWyIZF/wpYP7iBW2FCsfq2d4=";
|
sha256 = "sha256-9V8vuFfyEdSzOG3Azk/e55N+Oh1VtMgcM+/PEMwJ6DI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-/4ZW1FIfK51ak2EIV6dYY3XpucPPR+OZySPWwcKP4v0=";
|
cargoSha256 = "sha256-PrZojkObidzzVv6KwFtI1QUGj5UB5TiMmzdBKq45Ci4=";
|
||||||
|
|
||||||
buildFeatures = lib.optional lua52Support "lua52"
|
buildFeatures = lib.optional lua52Support "lua52"
|
||||||
++ lib.optional luauSupport "luau";
|
++ lib.optional luauSupport "luau";
|
||||||
|
|
Loading…
Reference in a new issue