mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
valeStyles.alex: 0.2.2 -> 0.2.3
This commit is contained in:
parent
de90b990cf
commit
0ddb6fe078
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user