protolint: 0.55.5 -> 0.55.6 (#413132)

This commit is contained in:
Nick Cao 2025-06-02 16:55:48 -04:00 committed by GitHub
commit 996bee01bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,16 +5,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "protolint"; pname = "protolint";
version = "0.55.5"; version = "0.55.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yoheimuta"; owner = "yoheimuta";
repo = "protolint"; repo = "protolint";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-uim4M1C51VVCOhcE/dyCLzx/Bks0h50+haw5mbAfiN8="; hash = "sha256-RTej9zVQz6GESAoAAChidiolGEoHabUYlEZSV2gc8KQ=";
}; };
vendorHash = "sha256-Zt1HbmdUpQmmK+404tfSs6qfZxZEqHIgQBoN63Els3M="; vendorHash = "sha256-RS0t7n6pLYVKHluQtXsMjYL1SvN7IZFdKmkxOI8wFoE=";
# 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: