mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
protolint: 0.55.5 -> 0.55.6 (#413132)
This commit is contained in:
commit
996bee01bf
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue