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

coroot-node-agent: 1.23.14 -> 1.23.15 (#394100)

parents c7dbd61d 2f6d3bcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "coroot-node-agent";
  version = "1.23.14";
  version = "1.23.15";

  src = fetchFromGitHub {
    owner = "coroot";
    repo = "coroot-node-agent";
    rev = "v${version}";
    hash = "sha256-3GnKcoEAJVRywtXSXGcP/odmXa4/tD8Y4nZqUTh701w=";
    hash = "sha256-3rr8LWaEhhAvzJisVj2uLK3O5us5/XEOpl7RFL2GBxw=";
  };

  vendorHash = "sha256-SxyIlyDHuu8Ls1+/rujWE9elZiTfSYWIrV8vP5xsqTU=";