reviewdog: 0.17.3 -> 0.17.4

This commit is contained in:
R. Ryantm 2024-04-22 04:29:31 +00:00
parent cbb7ae70a1
commit 1ba8ecf069

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "reviewdog"; pname = "reviewdog";
version = "0.17.3"; version = "0.17.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-9iXQKwzcWATnqsKrDAyLAkuRHUsfxfEpyeCxZ1JUpV8="; hash = "sha256-G2mN7f5dpE6fF5ti7JJXVk8qBiwKO/yy5cyOYBxDJNo=";
}; };
vendorHash = "sha256-cq8KD2STIpPSB3RXv9sl8Bty1noUQak5FZfrfq1rj10="; vendorHash = "sha256-ux3nrQtY1sY4VJIeTSZAipfURspWDqnZ9YfxmFUvElI=";
doCheck = false; doCheck = false;