mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
amazon-cloudwatch-agent: 1.300055.2 -> 1.300056.0
This commit is contained in:
parent
3d58d5ce1e
commit
7b343da885
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "amazon-cloudwatch-agent";
|
pname = "amazon-cloudwatch-agent";
|
||||||
version = "1.300055.2";
|
version = "1.300056.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "amazon-cloudwatch-agent";
|
repo = "amazon-cloudwatch-agent";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-af+bU57fGzenojHdyXcmtLuBHT6Lo5M5dgZRtu/zFQ8=";
|
hash = "sha256-SqXu9CjkSXN0pQwmm+oc2u/MihsfgNWFl++PUn49ohA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-WDEShkYNwrZgPT0v/9gZaL+4sQ8f4AhEEtaDvgMhuEM=";
|
vendorHash = "sha256-UU8o2kCRCY0FdoqsBovTsu42DFy7VD1kdI+tOA3l/Ac=";
|
||||||
|
|
||||||
# See the list in https://github.com/aws/amazon-cloudwatch-agent/blob/v1.300049.1/Makefile#L68-L77.
|
# See the list in https://github.com/aws/amazon-cloudwatch-agent/blob/v1.300049.1/Makefile#L68-L77.
|
||||||
subPackages = [
|
subPackages = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue