Skip to content

Commit

Permalink
Merge pull request #285924 from r-ryantm/auto-update/vale
Browse files Browse the repository at this point in the history
vale: 3.0.6 -> 3.0.7
  • Loading branch information
marsam authored Feb 3, 2024
2 parents 4ff6cde + 4b501fc commit 79a13f1
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 @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "vale";
version = "3.0.6";
version = "3.0.7";

subPackages = [ "cmd/vale" ];
outputs = [ "out" "data" ];
Expand All @@ -11,10 +11,10 @@ buildGoModule rec {
owner = "errata-ai";
repo = "vale";
rev = "v${version}";
hash = "sha256-hCGJI2copXuyrxq4X1akR2Vz3DYS87dv3RZdw3gopNM=";
hash = "sha256-wCCW5yJPbXkwkkDywtIBR7gaJG0nLEHIC4xb1LbPa3w=";
};

vendorHash = "sha256-dkX/aQKuYNRynHuoj9m/6DI/mCEdp9XcKDt4TLx1rDU=";
vendorHash = "sha256-uEuzAMsQHTAbKeAPIWu2yoCLhBrQNEYxdmjfzLLWONQ=";

postInstall = ''
mkdir -p $data/share/vale
Expand Down

0 comments on commit 79a13f1

Please sign in to comment.