vale: 1.4.2 -> 1.4.3
This commit is contained in:
parent
4ec4dc0aa6
commit
7eb22cd46a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "vale-${version}";
|
name = "vale-${version}";
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
|
|
||||||
goPackagePath = "github.com/errata-ai/vale";
|
goPackagePath = "github.com/errata-ai/vale";
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ buildGoPackage rec {
|
|||||||
owner = "errata-ai";
|
owner = "errata-ai";
|
||||||
repo = "vale";
|
repo = "vale";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "180532jp6m2ryppkjszs8b8gmvx9h54c8423par3907bgdxyzqj8";
|
sha256 = "1dgh2frf577048cacwnrl0xx5hha055z42sqq38lf07ybwyxdxms";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user