about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 11:43:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 11:43:07 +0000
commit123dbe970edd1d99df51618967808c9232389f76 (patch)
treed2b506049cbe4336c3740a40424e14e2eca707b8 /pkgs/tools/text
parent79691a0162e1bb3520f78a07e2845929a6cbc0d2 (diff)
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 f2513289a5488..c0c3c50371c05 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";