Merge pull request #67277 from dtzWill/update/vale-1.7.1
vale: 1.4.3 -> 1.7.1, buildGoModule
This commit is contained in:
commit
8b5557c493
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,8 @@
|
|||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "vale-${version}";
|
||||
version = "1.4.3";
|
||||
|
||||
goPackagePath = "github.com/errata-ai/vale";
|
||||
buildGoModule rec {
|
||||
pname = "vale";
|
||||
version = "1.7.1";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
@ -12,9 +10,11 @@ buildGoPackage rec {
|
|||
owner = "errata-ai";
|
||||
repo = "vale";
|
||||
rev = "v${version}";
|
||||
sha256 = "1dgh2frf577048cacwnrl0xx5hha055z42sqq38lf07ybwyxdxms";
|
||||
sha256 = "1qi3brjppiymk6as0xic2n3bhq8g8qw1z8d9a24w60x9gp52yq5m";
|
||||
};
|
||||
|
||||
modSha256 = "0av728w22rrlw2030d09q5dz9ks58p3n4g1hx4xcs0gi33sdsdb8";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://errata-ai.github.io/vale/;
|
||||
description = "A syntax-aware linter for prose built with speed and extensibility in mind";
|
||||
|
|
Loading…
Reference in a new issue