vale: 2.3.0 -> 2.3.2

This commit is contained in:
Mario Rodas 2020-08-13 04:20:00 +00:00
parent 549d1e3c2c
commit 82f62b2247
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

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;