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-06-10 07:16:25 +0200
committerGitHub <noreply@github.com>2024-06-10 07:16:25 +0200
commit5c8e25b3f67dce8c355e21232f869e8a0d8f4eff (patch)
tree3f29f19d48239e6a3e4be4756abc8e66933cd4ed /pkgs/tools/text
parent775ffef732f611c050d74b4865f0b6d3d519398f (diff)
parent0b8b3b1ccf052439628bb26172b640be8e5af363 (diff)
Merge pull request #318660 from r-ryantm/auto-update/valeStyles.write-good
valeStyles.write-good: 0.4.0 -> 0.4.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 c73a3f2e24139..6022d38497a9f 100644
--- a/pkgs/tools/text/vale/styles.nix
+++ b/pkgs/tools/text/vale/styles.nix
@@ -128,12 +128,12 @@ in
 
   write-good = buildStyle rec {
     name = "write-good";
-    version = "0.4.0";
+    version = "0.4.1";
     src = fetchFromGitHub {
       owner = "errata-ai";
       repo = "write-good";
       rev = "v${version}";
-      hash = "sha256-KQzY6MeHV/owPVmUAfzGUO0HmFPkD7wdQqOvBkipwP8=";
+      hash = "sha256-W/eHlXklAVlAnY8nLPi/SIKsg8UUnH8UkH99BDo5yKk=";
     };
     meta = {
       description = "Vale-compatible implementation of the write-good linter";