We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a874ff commit 7c5ecbcCopy full SHA for 7c5ecbc
1 file changed
pkgs/tools/text/vale/default.nix
@@ -2,7 +2,7 @@
2
3
buildGoModule rec {
4
pname = "vale";
5
- version = "2.3.2";
+ version = "2.3.3";
6
7
subPackages = [ "." ];
8
outputs = [ "out" "data" ];
@@ -11,7 +11,7 @@ buildGoModule rec {
11
owner = "errata-ai";
12
repo = "vale";
13
rev = "v${version}";
14
- sha256 = "0accs8ygg2h5hk8n4d5hs1fpxp9mlbzic6f4dwrygi463z7c3icc";
+ sha256 = "13b565l87nm3gpxxhw1bpjx7yqcgf5124k3wh7r149z38xyqc3wk";
15
};
16
17
vendorSha256 = null;
0 commit comments