Merge pull request #308780 from r-ryantm/auto-update/valeStyles.microsoft

valeStyles.microsoft: 0.14.0 -> 0.14.1
This commit is contained in:
Paul Meyer 2024-05-03 14:36:18 +02:00 committed by GitHub
commit 41b70c6a33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,12 +80,12 @@ in
microsoft = buildStyle rec {
name = "Microsoft";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "errata-ai";
repo = "Microsoft";
rev = "v${version}";
hash = "sha256-22rGNLZOsWYQ+H3CcM2b1zOXV3kNPcgYqDpaCg1iv9o=";
hash = "sha256-4j05bIGAVEy6untUqtrUxdLKlhyOcJsbcsow8OxRp1A=";
};
meta = {
description = "A Vale-compatible implementation of the Microsoft Writing Style Guide";