Merge pull request #63758 from marsam/update-vale

vale: 1.4.2 -> 1.4.3
This commit is contained in:
Mario Rodas 2019-06-25 06:14:24 -05:00 committed by GitHub
commit 16a51ae3d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {