Unverified Commit 537b3101 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #203238 from r-ryantm/auto-update/vale

vale: 2.21.1 -> 2.21.2
parents 12f4dc49 e867fc56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "vale";
  version = "2.21.1";
  version = "2.21.2";

  subPackages = [ "cmd/vale" ];
  outputs = [ "out" "data" ];
@@ -11,7 +11,7 @@ buildGoModule rec {
    owner = "errata-ai";
    repo = "vale";
    rev = "v${version}";
    sha256 = "sha256-B8g73mU8J3M2iGapAtcX2iur6qOOaoCxYYxHb/jR6wA=";
    sha256 = "sha256-Bukk0bU2Dz1YQPwL/7WMy3LGLHgGIYqxSzEG7NcskzI=";
  };

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