about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-05-03 14:36:18 +0200
committerGitHub <noreply@github.com>2024-05-03 14:36:18 +0200
commit41b70c6a33fea95a88fc9fd3ca0adbbbf84b3cf5 (patch)
tree874ae7c289491fe88123b520804e7d45a43f42c1 /pkgs/tools/text
parent1f60d45b215180d329d820155887c129db893c2f (diff)
parent123dbe970edd1d99df51618967808c9232389f76 (diff)
Merge pull request #308780 from r-ryantm/auto-update/valeStyles.microsoft
valeStyles.microsoft: 0.14.0 -> 0.14.1
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/vale/styles.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/vale/styles.nix b/pkgs/tools/text/vale/styles.nix
index 93d2053085b7d..54764f77ff471 100644
--- a/pkgs/tools/text/vale/styles.nix
+++ b/pkgs/tools/text/vale/styles.nix
@@ -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";