3
0
Fork 0
forked from mirrors/nixpkgs

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

vale: 2.8.1 -> 2.9.1
This commit is contained in:
Mario Rodas 2021-02-06 22:16:56 -05:00 committed by GitHub
commit 7d66c3488f
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.8.1";
version = "2.9.1";
subPackages = [ "cmd/vale" ];
outputs = [ "out" "data" ];
@ -11,7 +11,7 @@ buildGoModule rec {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
sha256 = "0xvsg5j0nv6p6wskxg4gz79di6p495c78xbwl3xmh0wyk7g78lkx";
sha256 = "sha256-ItkWmBq1mBVZfHcnqDp8koEAWBH3k9Et2bFA2mNYjVY=";
};
vendorSha256 = null;