We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 114e6b6 + ee6063b commit 5f02383Copy full SHA for 5f02383
pkgs/by-name/am/amazon-cloudwatch-agent/package.nix
@@ -11,16 +11,16 @@
11
12
buildGoModule rec {
13
pname = "amazon-cloudwatch-agent";
14
- version = "1.300050.0";
+ version = "1.300051.0";
15
16
src = fetchFromGitHub {
17
owner = "aws";
18
repo = "amazon-cloudwatch-agent";
19
rev = "refs/tags/v${version}";
20
- hash = "sha256-546qUeRwaJ4iROf6kw/lnv/c7jSESP9yn3dXc7G/plI=";
+ hash = "sha256-gJrK+ai+EEKvBErjOyvu677WykUPuxYy9NrR+qV2yyo=";
21
};
22
23
- vendorHash = "sha256-de7F8tFv5C+lwUGrWHMK22Lynm0/4J0XH6mVryJtDjk=";
+ vendorHash = "sha256-OQSl7nFvnDjJbs756QN5ZE/Dx/AZqxsijG0Ks7FYCB8=";
24
25
# See the list in https://github.com/aws/amazon-cloudwatch-agent/blob/v1.300048.1/Makefile#L68-L77.
26
subPackages = [
0 commit comments