infrastructure-agent: 1.59.0 -> 1.60.1 (#375794)

Co-authored-by: DavSanchez <DavSanchez@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-22 22:35:33 +00:00
committed by GitHub
co-authored by DavSanchez
@@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "infrastructure-agent";
version = "1.59.0";
version = "1.60.1";
src = fetchFromGitHub {
owner = "newrelic";
repo = "infrastructure-agent";
rev = version;
hash = "sha256-Kf7C4vJXjoJB+B695DQA3XWtm8IuBby8sKqH7F68Oy8=";
hash = "sha256-ZLRaNEERDu2oVcZJ3xUrqJZ7eIt1bB8vihdweXFMLTg=";
};
vendorHash = "sha256-0WLL15CXRi/flp4EV3Qt0wO1VaUmAokzsChpiqjs+YQ=";
vendorHash = "sha256-5w2pzyS5z6Zxg77UoE/c3saPHOo8+70zqlrBQb6V5FU=";
ldflags = [
"-s"