Skip to content

Commit 7be7dbf

Browse files
authored
amazon-cloudwatch-agent: 1.300053.0 -> 1.300052.1 (#385753)
2 parents e9ca61e + d559caf commit 7be7dbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/am/amazon-cloudwatch-agent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildGoModule rec {
1313
pname = "amazon-cloudwatch-agent";
14-
version = "1.300053.0";
14+
version = "1.300052.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "aws";
1818
repo = "amazon-cloudwatch-agent";
1919
tag = "v${version}";
20-
hash = "sha256-nM/QwyYhE8QTa3wpNJ1KZ9nWJjLeBkMHufOS58OWGmE=";
20+
hash = "sha256-7E5jAkX9AHlURl27PfpnSk4qauSytGx7qEbz2XV3K9w=";
2121
};
2222

23-
vendorHash = "sha256-UIwFUXEMtxPVHrioptYjslSm0qTBCyVR9OudkBR01tg=";
23+
vendorHash = "sha256-EyhT1gfrd189jqcEQ97CSKziKrT2bBeQ9pWIEK039Io=";
2424

2525
# See the list in https://github.com/aws/amazon-cloudwatch-agent/blob/v1.300049.1/Makefile#L68-L77.
2626
subPackages = [

0 commit comments

Comments
 (0)