vale: 3.9.0 -> 3.9.1

Diff: https://github.com/errata-ai/vale/compare/v3.9.0...v3.9.1

Changelog: https://github.com/errata-ai/vale/releases/tag/v3.9.1
(cherry picked from commit bfa4e81dde)
This commit is contained in:
Peder Bergebakken Sundt 2024-11-18 09:58:58 +01:00 committed by github-actions[bot]
parent 69ea735bbe
commit a987c36c23

View File

@ -10,7 +10,7 @@
buildGoModule rec {
pname = "vale";
version = "3.9.0";
version = "3.9.1";
subPackages = [ "cmd/vale" ];
@ -18,7 +18,7 @@ buildGoModule rec {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
hash = "sha256-4zDngF2K6Fsn/Ml4rhHQxDXOD7meXePoqZ9+XPrHO0g=";
hash = "sha256-WGI5PiAZosMO88pXbNapnxvVJ1ays4XBRPkUtCaZUMI=";
};
vendorHash = "sha256-EWAgzb3ruxYqaP+owcyGDzNnkPDYp0ttHwCgNXuuTbk=";