Unverified Commit a06096c4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

infrastructure-agent: 1.70.0 -> 1.71.0 (#456286)

parents 102dd046 eee7bdfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
  pname = "infrastructure-agent";
  version = "1.70.0";
  version = "1.71.0";

  src = fetchFromGitHub {
    owner = "newrelic";
    repo = "infrastructure-agent";
    rev = version;
    hash = "sha256-VdBcVFDtPajmAAQe2aZONf0/pCMf98gtR9zoeqL1aKQ=";
    hash = "sha256-MUutpXutrSKmKj2D1ENu00YbEkDkfrTbATQzXvaeiTo=";
  };

  vendorHash = "sha256-KBzckYxiQ4/nhm7ZfGQDGi5uN652oZgdc9i0UexMr24=";