about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-10 00:54:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-10 00:54:26 +0000
commitead4532ef0849b92688ef22807f878cf0f6f9f8b (patch)
treedf09e6c18e39d592edc987640267b0acfa645a2e /pkgs/tools/text
parentfaf7b38491253a36737a7c3e0ac4b67e4371bc1a (diff)
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 359a9beaaf865..6d92939502c12 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";