Unverified Commit 5a996b43 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #210318 from marsam/update-vale

vale: 2.21.3 -> 2.22.0
parents fe833c92 70759f9c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "vale";
  version = "2.21.3";
  version = "2.22.0";

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

  vendorSha256 = "sha256-7P77tR2wACRgF+8A/L/wPcq6etwzAX3pFO46FfGVTiE=";
  vendorHash = "sha256-7P77tR2wACRgF+8A/L/wPcq6etwzAX3pFO46FfGVTiE=";

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