valeStyles.alex: 0.2.2 -> 0.2.3 (#356617)

This commit is contained in:
Nick Cao 2024-11-17 08:33:39 -05:00 committed by GitHub
commit 12b6f643e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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