vale: 2.9.1 -> 2.10.2

wip/yesman
Mario Rodas 3 years ago committed by tomberek
parent 973ee12e95
commit 04a2b269d8
  1. 8
      pkgs/tools/text/vale/default.nix

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "vale";
version = "2.9.1";
version = "2.10.2";
subPackages = [ "cmd/vale" ];
outputs = [ "out" "data" ];
@ -11,10 +11,10 @@ buildGoModule rec {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
sha256 = "sha256-ItkWmBq1mBVZfHcnqDp8koEAWBH3k9Et2bFA2mNYjVY=";
sha256 = "0cpq2pv6d67fdnm2qbb7p9amk0as8bm4knkywak8fsqadxfadx80";
};
vendorSha256 = null;
vendorSha256 = "14zimsl0f7sxqqka00krix3q2mxdcpk8n2zh7bz8awjwzn4kg8m3";
postInstall = ''
mkdir -p $data/share/vale
@ -24,7 +24,7 @@ buildGoModule rec {
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
meta = with lib; {
homepage = "https://errata-ai.gitbook.io/vale/";
homepage = "https://docs.errata.ai/vale/about";
description = "A syntax-aware linter for prose built with speed and extensibility in mind";
license = licenses.mit;
maintainers = [ maintainers.marsam ];

Loading…
Cancel
Save