mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
valeStyles.alex: 0.2.2 -> 0.2.3 (#356617)
This commit is contained in:
commit
12b6f643e7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user