From cd02e995c14c7b0b5e8215e4faa042f2202f41a4 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 2 Jan 2025 04:29:55 +0100 Subject: [PATCH] vale: 3.9.2 -> 3.9.3 Diff: https://github.com/errata-ai/vale/compare/v3.9.2...v3.9.3 Changelog: https://github.com/errata-ai/vale/releases/tag/v3.9.3 --- pkgs/by-name/va/vale/package.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/va/vale/package.nix b/pkgs/by-name/va/vale/package.nix index c4afbd084e49..0ad90479c75f 100644 --- a/pkgs/by-name/va/vale/package.nix +++ b/pkgs/by-name/va/vale/package.nix @@ -4,13 +4,14 @@ fetchFromGitHub, makeBinaryWrapper, symlinkJoin, + versionCheckHook, vale, valeStyles, }: buildGoModule rec { pname = "vale"; - version = "3.9.2"; + version = "3.9.3"; subPackages = [ "cmd/vale" ]; @@ -18,7 +19,7 @@ buildGoModule rec { owner = "errata-ai"; repo = "vale"; rev = "v${version}"; - hash = "sha256-2LiuzO1Fha4uS0WNs2mihE/EOSTZa0fOWPzuBw22VlM="; + hash = "sha256-2IvVF/x8n1zvVXHAJLAFuDrw0Oi/RuQDa851SBlyRIk="; }; vendorHash = "sha256-EWAgzb3ruxYqaP+owcyGDzNnkPDYp0ttHwCgNXuuTbk="; @@ -30,6 +31,9 @@ buildGoModule rec { # Tests require network access doCheck = false; + doInstallCheck = true; + + nativeInstallCheckInputs = [ versionCheckHook ]; passthru.withStyles = selector: