Merge pull request #95328 from marsam/update-vale

vale: 2.3.0 -> 2.3.2
This commit is contained in:
Mario Rodas 2020-08-13 18:15:20 -05:00 committed by GitHub
commit 3a96f14ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "vale";
version = "2.3.0";
version = "2.3.2";
subPackages = [ "." ];
outputs = [ "out" "data" ];
@ -11,7 +11,7 @@ buildGoModule rec {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
sha256 = "0jxlh8dlhhqw1mrhp42nywnp6wwpk7nw373s89lp3khhqwb1n08f";
sha256 = "0accs8ygg2h5hk8n4d5hs1fpxp9mlbzic6f4dwrygi463z7c3icc";
};
vendorSha256 = null;