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:
emattiza 2024-03-12 17:23:33 -05:00
parent ddbd484a31
commit ad07b9ff9a

View file

@ -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=";