Skip to content

Commit

Permalink
vale: 3.9.2 -> 3.9.3 (NixOS#370851)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 5, 2025
2 parents 62d0fe0 + cd02e99 commit 8be3a62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/va/vale/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@
fetchFromGitHub,
makeBinaryWrapper,
symlinkJoin,
versionCheckHook,
vale,
valeStyles,
}:

buildGoModule rec {
pname = "vale";
version = "3.9.2";
version = "3.9.3";

subPackages = [ "cmd/vale" ];

src = fetchFromGitHub {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
hash = "sha256-2LiuzO1Fha4uS0WNs2mihE/EOSTZa0fOWPzuBw22VlM=";
hash = "sha256-2IvVF/x8n1zvVXHAJLAFuDrw0Oi/RuQDa851SBlyRIk=";
};

vendorHash = "sha256-EWAgzb3ruxYqaP+owcyGDzNnkPDYp0ttHwCgNXuuTbk=";
Expand All @@ -30,6 +31,9 @@ buildGoModule rec {

# Tests require network access
doCheck = false;
doInstallCheck = true;

nativeInstallCheckInputs = [ versionCheckHook ];

passthru.withStyles =
selector:
Expand Down

0 comments on commit 8be3a62

Please sign in to comment.