valeStyles.microsoft: 0.14.0 -> 0.14.1
This commit is contained in:
parent
79691a0162
commit
123dbe970e
1 changed files with 2 additions and 2 deletions
|
@ -80,12 +80,12 @@ in
|
||||||
|
|
||||||
microsoft = buildStyle rec {
|
microsoft = buildStyle rec {
|
||||||
name = "Microsoft";
|
name = "Microsoft";
|
||||||
version = "0.14.0";
|
version = "0.14.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "errata-ai";
|
owner = "errata-ai";
|
||||||
repo = "Microsoft";
|
repo = "Microsoft";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-22rGNLZOsWYQ+H3CcM2b1zOXV3kNPcgYqDpaCg1iv9o=";
|
hash = "sha256-4j05bIGAVEy6untUqtrUxdLKlhyOcJsbcsow8OxRp1A=";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Vale-compatible implementation of the Microsoft Writing Style Guide";
|
description = "A Vale-compatible implementation of the Microsoft Writing Style Guide";
|
||||||
|
|
Loading…
Reference in a new issue