From 0ddb6fe07899c235d0cfbb2497877596ed93ccfb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 17 Nov 2024 01:48:29 +0000 Subject: [PATCH] valeStyles.alex: 0.2.2 -> 0.2.3 --- pkgs/by-name/va/vale/styles.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/va/vale/styles.nix b/pkgs/by-name/va/vale/styles.nix index 6d2cd33577bd..4af80bbc3ce8 100644 --- a/pkgs/by-name/va/vale/styles.nix +++ b/pkgs/by-name/va/vale/styles.nix @@ -45,12 +45,12 @@ in { alex = buildStyle rec { name = "alex"; - version = "0.2.2"; + version = "0.2.3"; src = fetchFromGitHub { owner = "errata-ai"; repo = "alex"; rev = "v${version}"; - hash = "sha256-mfeMa+KlkqwyS+h+oo5p5+P2bsmZ0BOph2nbQiaoNqM="; + hash = "sha256-p0CQg6ZLusSKr57SugwlnoDEoPNVY3UIM8rHHxOL2l0="; }; meta = { description = "Vale-compatible implementation of the guidelines enforced by the alex linter";