Merge pull request #163920 from r-ryantm/auto-update/stylua

stylua: 0.12.4 -> 0.12.5
This commit is contained in:
Bobby Rong 2022-03-16 21:40:08 +08:00 committed by GitHub
commit 5fc56a3ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "stylua";
version = "0.12.4";
version = "0.12.5";
src = fetchFromGitHub {
owner = "johnnymorganz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BPLN7/LaVDtCOJBgIJVbnENUyFtacRsK3JxDupytzOA=";
sha256 = "sha256-4tQQTTAdIAhlkBJevwwwGXOKd6bJJOyG4nlbCv7909Y=";
};
cargoSha256 = "sha256-MZsFbFQp5Rw20pXzvTFNhMiVx/TJZ63/2rU7vj7IcqQ=";
cargoSha256 = "sha256-DGe2lB8xZgY9ikTsIHDOdHzTyHfDaSlmy8FU/S9FDCI=";
buildFeatures = lib.optional lua52Support "lua52"
++ lib.optional luauSupport "luau";