Skip to content

Commit

Permalink
coroot-node-agent: 1.22.2 -> 1.23.1 (#366971)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 31, 2024
2 parents 1889f48 + 64d9222 commit b75dc4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/coroot-node-agent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "coroot-node-agent";
version = "1.22.2";
version = "1.23.1";

src = fetchFromGitHub {
owner = "coroot";
repo = "coroot-node-agent";
rev = "v${version}";
hash = "sha256-b9JI0q6CF4D+sdfuwTkouAwJF/ghJByzsQBehwXttoU=";
hash = "sha256-kisYm0bM+IZJ9qRx1lDlcFtZIdjsNfu6Ao75q84ruDM=";
};

vendorHash = "sha256-OZj3t8eFDbk2zZ+zGlgV8o9VC4/vYalIEm2dhD2JwK8=";
vendorHash = "sha256-EXI4xpo4j/EzugW8zyu0Dvk2i6bYFBIF+SsL6GZ+J2Q=";

buildInputs = [ systemdLibs ];

Expand Down

0 comments on commit b75dc4f

Please sign in to comment.