vale: 2.17.0 -> 2.18.0

This commit is contained in:
Michael Adler 2022-06-14 16:16:42 +02:00
parent ddfe9aa6f0
commit 726e2f79e3

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "vale";
version = "2.17.0";
version = "2.18.0";
subPackages = [ "cmd/vale" ];
outputs = [ "out" "data" ];
@ -11,7 +11,7 @@ buildGoModule rec {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
sha256 = "sha256-PUaIx6rEaLz0HUxkglsVHw0Kx/ovI2f4Yhknuysr5Gs=";
sha256 = "sha256-hstjE3+1QQSeS1z8fNhxTJI81liW77CdkEP+aS3c2zM=";
};
vendorSha256 = "sha256-zdgLWEArmtHTDM844LoSJwKp0UGoAR8bHnFOSlrrjdg=";