about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 11:47:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-03 11:47:37 +0000
commit0a6a5ca4c120c7f8287fcb754365de2dc9fb889f (patch)
treef0da7f91d1552fca56377e21efb2ec79519f624e /pkgs
parent79691a0162e1bb3520f78a07e2845929a6cbc0d2 (diff)
valeStyles.google: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs')
-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..93d2053085b7d 100644
--- a/pkgs/tools/text/vale/styles.nix
+++ b/pkgs/tools/text/vale/styles.nix
@@ -48,12 +48,12 @@ in
 
   google = buildStyle rec {
     name = "Google";
-    version = "0.6.0";
+    version = "0.6.1";
     src = fetchFromGitHub {
       owner = "errata-ai";
       repo = "Google";
       rev = "v${version}";
-      hash = "sha256-TQS/hgS6tEWPSuZpEbX65MdYSE/+HJVcnzIuQbhIG2M=";
+      hash = "sha256-jSmfUgzlIbDVh2zLtnTNpM/z6dHMp358F9adLZ5+qcw=";
     };
     meta = {
       description = "A Vale-compatible implementation of the Google Developer Documentation Style Guide";