Merge pull request #51046 from marsam/feature/update-vale
vale: 1.0.3 -> 1.2.6
This commit is contained in:
commit
71c49d5796
@ -2,22 +2,21 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "vale-${version}";
|
name = "vale-${version}";
|
||||||
version = "1.0.3";
|
version = "1.2.6";
|
||||||
rev = "v${version}";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/errata-ai/vale";
|
goPackagePath = "github.com/errata-ai/vale";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
|
||||||
owner = "errata-ai";
|
owner = "errata-ai";
|
||||||
repo = "vale";
|
repo = "vale";
|
||||||
sha256 = "132zzgry19alcdn3m3q62sp2lm3yxc4kil12lm309jl7b3n0850h";
|
rev = "v${version}";
|
||||||
|
sha256 = "1mhynasikncwz9dkk9z27qvwk03j7q0vx0wjnqg69pd97lgrp7zp";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://errata.ai/vale/getting-started/;
|
homepage = https://errata-ai.github.io/vale/;
|
||||||
description = "Vale is an open source linter for prose";
|
description = "Vale is an open source linter for prose";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user