valeStyles.microsoft: 0.14.1 -> 0.14.2 (#399516)
This commit is contained in:
commit
4a07a73857
@ -93,12 +93,12 @@ in
|
|||||||
|
|
||||||
microsoft = buildStyle rec {
|
microsoft = buildStyle rec {
|
||||||
name = "Microsoft";
|
name = "Microsoft";
|
||||||
version = "0.14.1";
|
version = "0.14.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "errata-ai";
|
owner = "errata-ai";
|
||||||
repo = "Microsoft";
|
repo = "Microsoft";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-4j05bIGAVEy6untUqtrUxdLKlhyOcJsbcsow8OxRp1A=";
|
hash = "sha256-Sie4bBeKPOFOJhgd+mLbiz4vG+xpKL0LnwnRQHzOw+Q=";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Vale-compatible implementation of the Microsoft Writing Style Guide";
|
description = "Vale-compatible implementation of the Microsoft Writing Style Guide";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user