Merge pull request #318694 from NixOS/backport-318661-to-release-24.05

[Backport release-24.05] valeStyles.alex: 0.2.1 -> 0.2.2
This commit is contained in:
Paul Meyer 2024-06-10 08:25:14 +02:00 committed by GitHub
commit e07a00eae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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