1
0
Fork 0
forked from NixOS/nixpkgs

protolint: 0.54.0 -> 0.55.5 (#409944)

This commit is contained in:
Nick Cao 2025-05-23 16:45:54 -04:00 committed by GitHub
commit 30e72385f9
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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