Unverified Commit 24792a0c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

infrastructure-agent: 1.63.0 -> 1.63.1 (#396808)

parents f63012ff 3a21a662
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.63.0";
  version = "1.63.1";

  src = fetchFromGitHub {
    owner = "newrelic";
    repo = "infrastructure-agent";
    rev = version;
    hash = "sha256-odB40XRZyFuHX82RzxIvW3SAwglOyYRiApWUfRhOEmk=";
    hash = "sha256-FDTZ+3rZPHCwAdC7MUR0j0i9IKBhD7Asi+j5c2zCQdk=";
  };

  vendorHash = "sha256-Oxhraf5xsnowNWZznB6JE+nCnGc3D5dOi/EWIvyv81M=";