mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
amazon-cloudwatch-agent: 1.300055.0 -> 1.300055.2 (#404194)
This commit is contained in:
commit
59450e67be
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.0";
|
version = "1.300055.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "amazon-cloudwatch-agent";
|
repo = "amazon-cloudwatch-agent";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-/L3pq8c3d8AruKI5hvpW22bYqPypYNMO5ehdCgVrfZc=";
|
hash = "sha256-af+bU57fGzenojHdyXcmtLuBHT6Lo5M5dgZRtu/zFQ8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-WhmkVN31snLDGvLCg3pukWIDM5yUXeiYh0ywCF83Y8E=";
|
vendorHash = "sha256-WDEShkYNwrZgPT0v/9gZaL+4sQ8f4AhEEtaDvgMhuEM=";
|
||||||
|
|
||||||
# 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