Merge pull request #104612 from r-ryantm/auto-update/vale

vale: 2.6.1 -> 2.6.2
This commit is contained in:
Mario Rodas 2020-11-22 17:05:00 -05:00 committed by GitHub
commit f3bbd12c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "vale"; pname = "vale";
version = "2.6.1"; version = "2.6.2";
subPackages = [ "." ]; subPackages = [ "." ];
outputs = [ "out" "data" ]; outputs = [ "out" "data" ];
@ -11,7 +11,7 @@ buildGoModule rec {
owner = "errata-ai"; owner = "errata-ai";
repo = "vale"; repo = "vale";
rev = "v${version}"; rev = "v${version}";
sha256 = "1xn3i1d8z2zlnykcz0z779naashn92kd7fnnssamjqblclr8dsp8"; sha256 = "0hsazxspszljf34i1v247ll8144dq7s1mfs67w8ppscs575ndf05";
}; };
vendorSha256 = null; vendorSha256 = null;