Merge pull request #62679 from dtzWill/update/vale-1.4.2

vale: 1.4.0 -> 1.4.2
This commit is contained in:
Maximilian Bosch 2019-06-04 23:01:36 +02:00 committed by GitHub
commit ae666de77c
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.0"; version = "1.4.2";
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 = "05vrnmw7kpgxf2989jvmkwj9c3mv3zkr4z5rpmsplnhvgsnidg4g"; sha256 = "180532jp6m2ryppkjszs8b8gmvx9h54c8423par3907bgdxyzqj8";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {