mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vale: 3.0.0 -> 3.0.3
Diff: https://github.com/errata-ai/vale/compare/v3.0.0...v3.0.3 Changelog: https://github.com/errata-ai/vale/releases/tag/v3.0.3
This commit is contained in:
parent
ca89f3eb87
commit
65949313b4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "vale";
|
||||
version = "3.0.0";
|
||||
version = "3.0.3";
|
||||
|
||||
subPackages = [ "cmd/vale" ];
|
||||
outputs = [ "out" "data" ];
|
||||
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
owner = "errata-ai";
|
||||
repo = "vale";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qov9DWpHzxgDhgF9LwPGxjuOdmnYt4YcFeCO6Xb+QAw=";
|
||||
hash = "sha256-KBqs8hSotVt7+DOpBoDyBTTVhtkk1v5DyhflaPmcWS8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-AsBbJJQs+pU2UNfEFvNnPwaaabTrXvFBQLcriIA2ST4=";
|
||||
|
|
Loading…
Reference in a new issue