infrastructure-agent: 1.59.0 -> 1.60.1

This commit is contained in:
R. Ryantm 2025-01-22 11:14:26 +00:00
parent a993849e62
commit aba642b021

View File

@ -6,16 +6,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "infrastructure-agent"; pname = "infrastructure-agent";
version = "1.59.0"; version = "1.60.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "newrelic"; owner = "newrelic";
repo = "infrastructure-agent"; repo = "infrastructure-agent";
rev = version; rev = version;
hash = "sha256-Kf7C4vJXjoJB+B695DQA3XWtm8IuBby8sKqH7F68Oy8="; hash = "sha256-ZLRaNEERDu2oVcZJ3xUrqJZ7eIt1bB8vihdweXFMLTg=";
}; };
vendorHash = "sha256-0WLL15CXRi/flp4EV3Qt0wO1VaUmAokzsChpiqjs+YQ="; vendorHash = "sha256-5w2pzyS5z6Zxg77UoE/c3saPHOo8+70zqlrBQb6V5FU=";
ldflags = [ ldflags = [
"-s" "-s"