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

valeStyles.microsoft: 0.14.0 -> 0.14.1

authored by Paul Meyer and committed by GitHub 41b70c6a 1f60d45b

+2 -2
+2 -2
pkgs/tools/text/vale/styles.nix
··· 80 80 81 81 microsoft = buildStyle rec { 82 82 name = "Microsoft"; 83 - version = "0.14.0"; 83 + version = "0.14.1"; 84 84 src = fetchFromGitHub { 85 85 owner = "errata-ai"; 86 86 repo = "Microsoft"; 87 87 rev = "v${version}"; 88 - hash = "sha256-22rGNLZOsWYQ+H3CcM2b1zOXV3kNPcgYqDpaCg1iv9o="; 88 + hash = "sha256-4j05bIGAVEy6untUqtrUxdLKlhyOcJsbcsow8OxRp1A="; 89 89 }; 90 90 meta = { 91 91 description = "A Vale-compatible implementation of the Microsoft Writing Style Guide";