about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-09 06:21:32 -0500
committerGitHub <noreply@github.com>2024-04-09 06:21:32 -0500
commitf9805c7e2e1b3053016dd32cf39608345a932ba4 (patch)
tree6d0a9e57badd34c26a529b50036644801eaaef7e
parent485722f5d9c9ca7ca1a0b595395d2f87fa0fc1db (diff)
parent35490336224566cf9ff0eb34d10e6a03f62c809c (diff)
Merge pull request #302529 from r-ryantm/auto-update/vale
vale: 3.3.1 -> 3.4.0
-rw-r--r--pkgs/tools/text/vale/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/vale/default.nix b/pkgs/tools/text/vale/default.nix
index 861b3e6b899e6..9fa3c12ccc88a 100644
--- a/pkgs/tools/text/vale/default.nix
+++ b/pkgs/tools/text/vale/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "vale";
-  version = "3.3.1";
+  version = "3.4.1";
 
   subPackages = [ "cmd/vale" ];
   outputs = [ "out" "data" ];
@@ -11,7 +11,7 @@ buildGoModule rec {
     owner = "errata-ai";
     repo = "vale";
     rev = "v${version}";
-    hash = "sha256-6hj8fm2eCGQeWY3+eaJlKeZglJUSMY4/Yz2ySGp6m58=";
+    hash = "sha256-fD2KBKDfKTNYuzP/zKkAx9h/HMxOlAyiWtp9EsWxop8=";
   };
 
   vendorHash = "sha256-HMzFLSmO6sBDNU89UoIvHcPPd3ubpti2ii4sFMKUDmI=";