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:15:49 +0200
committerGitHub <noreply@github.com>2024-06-10 07:15:49 +0200
commit775ffef732f611c050d74b4865f0b6d3d519398f (patch)
treef37a72a33256f0e8a07cf07ccb4f13d5b7117d80 /pkgs/tools/text
parent2a78720c61c595aeaaa47b910be1d91646308bd9 (diff)
parentead4532ef0849b92688ef22807f878cf0f6f9f8b (diff)
Merge pull request #318661 from r-ryantm/auto-update/valeStyles.alex
valeStyles.alex: 0.2.1 -> 0.2.2
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 4b371972de161..c73a3f2e24139 100644
--- a/pkgs/tools/text/vale/styles.nix
+++ b/pkgs/tools/text/vale/styles.nix
@@ -32,12 +32,12 @@ in
 {
   alex = buildStyle rec {
     name = "alex";
-    version = "0.2.1";
+    version = "0.2.2";
     src = fetchFromGitHub {
       owner = "errata-ai";
       repo = "alex";
       rev = "v${version}";
-      hash = "sha256-xNF7se2FwKgNe5KYx/zvGWpIwBsBADYGH4JV1lUww+Q=";
+      hash = "sha256-mfeMa+KlkqwyS+h+oo5p5+P2bsmZ0BOph2nbQiaoNqM=";
     };
     meta = {
       description = "Vale-compatible implementation of the guidelines enforced by the alex linter";