Unverified Commit 3a54369a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #226390 from marsam/update-vale

vale: 2.24.0 -> 2.24.2
parents 9fa9ea85 ed44e8ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "vale";
  version = "2.24.0";
  version = "2.24.2";

  subPackages = [ "cmd/vale" ];
  outputs = [ "out" "data" ];
@@ -11,7 +11,7 @@ buildGoModule rec {
    owner = "errata-ai";
    repo = "vale";
    rev = "v${version}";
    hash = "sha256-mUZ9ktqy6zLwPNjr8raJHwn6/UL4kzlT1baE+HrwPgo=";
    hash = "sha256-d8AXKUlIbIuzQMj963uaArt+DakIi08aXtEFVYbm/oE=";
  };

  vendorHash = "sha256-ZgBt4BgZWViNqYCuqb/Wt1zVjFM9h1UsmsYox7kMJ1A=";