about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-05-03 14:35:44 +0200
committerGitHub <noreply@github.com>2024-05-03 14:35:44 +0200
commit1f60d45b215180d329d820155887c129db893c2f (patch)
tree11b2a3a5bb5935901033db5c6a7f495d1545333f /pkgs
parent5c95d720282c70aae65447fe21c380a319010d17 (diff)
parent0a6a5ca4c120c7f8287fcb754365de2dc9fb889f (diff)
Merge pull request #308782 from r-ryantm/auto-update/valeStyles.google
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";