Skip to content

Commit 5f02383

Browse files
amazon-cloudwatch-agent: 1.300050.0 -> 1.300051.0 (#367272)
2 parents 114e6b6 + ee6063b commit 5f02383

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.300050.0";
14+
version = "1.300051.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "aws";
1818
repo = "amazon-cloudwatch-agent";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-546qUeRwaJ4iROf6kw/lnv/c7jSESP9yn3dXc7G/plI=";
20+
hash = "sha256-gJrK+ai+EEKvBErjOyvu677WykUPuxYy9NrR+qV2yyo=";
2121
};
2222

23-
vendorHash = "sha256-de7F8tFv5C+lwUGrWHMK22Lynm0/4J0XH6mVryJtDjk=";
23+
vendorHash = "sha256-OQSl7nFvnDjJbs756QN5ZE/Dx/AZqxsijG0Ks7FYCB8=";
2424

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

0 commit comments

Comments
 (0)