Commit 70759f9c authored by Mario Rodas's avatar Mario Rodas
Browse files
parent d16a3698
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