vale: 2.6.2 -> 2.6.3

This commit is contained in:
R. RyanTM 2020-11-27 01:00:59 +00:00
parent 28ee64cd0d
commit e4591eb1a2
1 changed files with 2 additions and 2 deletions

View File

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