Unverified Commit 872e330e authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

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

vale: 2.24.3 -> 2.24.4
parents d15bd5c5 4e0f98c3
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.3";
  version = "2.24.4";

  subPackages = [ "cmd/vale" ];
  outputs = [ "out" "data" ];
@@ -11,7 +11,7 @@ buildGoModule rec {
    owner = "errata-ai";
    repo = "vale";
    rev = "v${version}";
    hash = "sha256-8sJdt7lM/Ut/mtCoN2QZjtqh1fiWbI9taiLlnnx66PE=";
    hash = "sha256-gX37n1h/O7CqgXgWBndBHLtIeUWJaIJVJLyIb3Sd9YY=";
  };

  vendorHash = "sha256-ZgBt4BgZWViNqYCuqb/Wt1zVjFM9h1UsmsYox7kMJ1A=";