vale: 1.7.1 -> 2.0.0

Changelog: https://github.com/errata-ai/vale/releases/tag/v2.0.0
This commit is contained in:
Mario Rodas 2020-02-18 18:00:00 -05:00 committed by Emery Hemingway
parent eeb087bc61
commit bd9a0f022e

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "vale"; pname = "vale";
version = "1.7.1"; version = "2.0.0";
subPackages = [ "." ]; subPackages = [ "." ];
@ -10,13 +10,15 @@ buildGoPackage rec {
owner = "errata-ai"; owner = "errata-ai";
repo = "vale"; repo = "vale";
rev = "v${version}"; rev = "v${version}";
sha256 = "1qi3brjppiymk6as0xic2n3bhq8g8qw1z8d9a24w60x9gp52yq5m"; sha256 = "068973ayd883kzkxl60lpammf3icjz090nw07kfccvhcf24x07bh";
}; };
goPackagePath = "github.com/errata-ai/vale"; goPackagePath = "github.com/errata-ai/vale";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://errata-ai.github.io/vale/; homepage = "https://errata-ai.gitbook.io/vale/";
description = "A syntax-aware linter for prose built with speed and extensibility in mind"; description = "A syntax-aware linter for prose built with speed and extensibility in mind";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];