Skip to content

Commit

Permalink
vale: 3.7.0 -> 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Aug 25, 2024
1 parent 8497308 commit 4e28499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/vale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

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

subPackages = [ "cmd/vale" ];

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

vendorHash = "sha256-OLlViQKLTark9yknnjJFiEThFtxNNjue5LUp1P/anKU=";
vendorHash = "sha256-0AeG0/ALU/mkXxVKzqGhxXLqq2XYmnF/ZRaZkJ5eQxU=";

ldflags = [ "-s" "-w" "-X main.version=${version}" ];

Expand Down

0 comments on commit 4e28499

Please sign in to comment.