otel-cli: 0.4.1 -> 0.4.4
updates otel-cli from 0.4.1 to 0.4.4 see https://github.com/equinix-labs/otel-cli/releases/tag/v0.4.4 for changelog and release details
This commit is contained in:
parent
ddbd484a31
commit
ad07b9ff9a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "otel-cli";
|
||||
version = "0.4.1";
|
||||
version = "0.4.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "equinix-labs";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-kOTReHG7byOqKsaVrXXNq9DAyawTz4hUeR4Q5lJKmiM=";
|
||||
hash = "sha256-XVhnDtt2FhYgfGWDPFkneZTboeHGaIbiF5YdHoqB8N8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-HwbEqWtOqiTe5Z/MtMAs63Lzvll/vgmbCpMTREXgtXA=";
|
||||
|
|
Loading…
Reference in a new issue