protolint: 0.52.0 -> 0.53.0 (#377754)
This commit is contained in:
commit
85df1e4d03
@ -5,16 +5,16 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "protolint";
|
pname = "protolint";
|
||||||
version = "0.52.0";
|
version = "0.53.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yoheimuta";
|
owner = "yoheimuta";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-nghe8arZwXzuZnGuVnhDnyEEgdLF1oImIy4E1jW37RQ=";
|
hash = "sha256-3/eoVrt/Ic2LLLbexXG3ng/uR60JbmKheSxa2PiMnvg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-3J72Pb4XqMptEXANYgNgvWGdD+z0mP7Nnx3C9Wp22s0=";
|
vendorHash = "sha256-TSbISfXBSxc9VQOGV7Chn1CPxhudRG5y2KxCgi01tKw=";
|
||||||
|
|
||||||
# Something about the way we run tests causes issues. It doesn't happen
|
# Something about the way we run tests causes issues. It doesn't happen
|
||||||
# when using "go test" directly:
|
# when using "go test" directly:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user