Skip to content

Commit

Permalink
vale: 3.7.1 -> 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Oct 22, 2024
1 parent 2e8caf6 commit 2e327bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/va/vale/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

buildGoModule rec {
pname = "vale";
version = "3.7.1";
version = "3.8.0";

subPackages = [ "cmd/vale" ];

src = fetchFromGitHub {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
hash = "sha256-jb+ap+XQMrSqstgexycpgO+M2YyENDeSmMQXrV2FiM4=";
hash = "sha256-0opa8F0cpC0uh51JDgofxl6e0oecxgkEufnLfxtkaOw=";
};

vendorHash = "sha256-0AeG0/ALU/mkXxVKzqGhxXLqq2XYmnF/ZRaZkJ5eQxU=";
vendorHash = "sha256-EWAgzb3ruxYqaP+owcyGDzNnkPDYp0ttHwCgNXuuTbk=";

ldflags = [
"-s"
Expand Down

0 comments on commit 2e327bd

Please sign in to comment.