otel-cli 0.2.0 -> 0.3.0 https://github.com/equinix-labs/otel-cli/releases attrpath: otel-cli Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q3s0zdsj2wfzjjhvf6m7nz4jcilbvb29-packages.json.drv building '/nix/store/q3s0zdsj2wfzjjhvf6m7nz4jcilbvb29-packages.json.drv'... Going to be running update for following packages: - otel-cli-0.2.0 Press Enter key to continue... Running update for: - otel-cli-0.2.0: UPDATING ... - otel-cli-0.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/misc/otel-cli/default.nix b/pkgs/tools/misc/otel-cli/default.nix index b9efcd25028..b49fa79652d 100644 --- a/pkgs/tools/misc/otel-cli/default.nix +++ b/pkgs/tools/misc/otel-cli/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "otel-cli"; - version = "0.2.0"; + version = "0.3.0"; src = fetchFromGitHub { owner = "equinix-labs"; repo = pname; rev = "v${version}"; - hash = "sha256-hez/jHet7W4FnOjgLb0jE1FhoNimiLGaOuTI44UWbSA="; + hash = "sha256-edxDPxUamZiBezMj2SII/zq8atnyZVWtboUJsShDAyw="; }; - vendorHash = "sha256-gVRgqBgiFnPU6MRZi/Igs7nDPMwJYsdln7vPAcxTvPU="; + vendorHash = "sha256-MlLFTi+O925NA73zDRrk0AgJzwtdNBhCxDjmniNPwio="; preCheck = '' ln -s $GOPATH/bin/otel-cli . No auto update branch exists There might already be an open PR for this update: - update: otel-cli 0.2.0 -> 0.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/235060"