valeStyles.alex: 0.2.2 -> 0.2.3

This commit is contained in:
R. Ryantm 2024-11-17 01:48:29 +00:00
parent de90b990cf
commit 0ddb6fe078

View File

@ -45,12 +45,12 @@ in
{ {
alex = buildStyle rec { alex = buildStyle rec {
name = "alex"; name = "alex";
version = "0.2.2"; version = "0.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "errata-ai"; owner = "errata-ai";
repo = "alex"; repo = "alex";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-mfeMa+KlkqwyS+h+oo5p5+P2bsmZ0BOph2nbQiaoNqM="; hash = "sha256-p0CQg6ZLusSKr57SugwlnoDEoPNVY3UIM8rHHxOL2l0=";
}; };
meta = { meta = {
description = "Vale-compatible implementation of the guidelines enforced by the alex linter"; description = "Vale-compatible implementation of the guidelines enforced by the alex linter";