protolint: 0.50.1 -> 0.50.3

This commit is contained in:
R. Ryantm 2024-07-10 05:12:55 +00:00
parent 655a58a72a
commit b41022c8ed

View File

@ -1,16 +1,16 @@
{ lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { buildGoModule rec {
pname = "protolint"; pname = "protolint";
version = "0.50.1"; version = "0.50.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yoheimuta"; owner = "yoheimuta";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-zn9bxOWJWlF3lpVAuJQTTnBqNeTAZg+0bPVGAzf3a54="; hash = "sha256-0kQCgblqx7fBD5fk3cbkoLga/IL8nTE3XqSDm7ynRE4=";
}; };
vendorHash = "sha256-E3pzeu+JA97z2q21ARTgwTPldhWODqkCP7rQMMKygAw="; vendorHash = "sha256-pjDVOD6McJdER+BbUckKt4WW/AXsCxdA2nNn8iWSlGE=";
# 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: