Skip to content

Commit

Permalink
vale: 3.7.1 -> 3.8.0 (NixOS#350512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Oct 29, 2024
2 parents ff58a38 + 2e327bd commit 6bdac89
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 6bdac89

Please sign in to comment.