From d559cafaf147c30b8a50c10b67dd4bbf480e3320 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Fri, 28 Feb 2025 09:43:04 +0100 Subject: [PATCH] amazon-cloudwatch-agent: 1.300053.0 -> 1.300052.1 53 tag was moved after the last update and it looks like it would always point to the last commit on main. There is no corresponting github release and they released a patch for the previous version,so maybe we should consume the latest github release instead of the latest tag. Signed-off-by: Paul Meyer --- pkgs/by-name/am/amazon-cloudwatch-agent/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/am/amazon-cloudwatch-agent/package.nix b/pkgs/by-name/am/amazon-cloudwatch-agent/package.nix index 40550d3368dd..ddc047ec3b9a 100644 --- a/pkgs/by-name/am/amazon-cloudwatch-agent/package.nix +++ b/pkgs/by-name/am/amazon-cloudwatch-agent/package.nix @@ -11,16 +11,16 @@ buildGoModule rec { pname = "amazon-cloudwatch-agent"; - version = "1.300053.0"; + version = "1.300052.1"; src = fetchFromGitHub { owner = "aws"; repo = "amazon-cloudwatch-agent"; tag = "v${version}"; - hash = "sha256-nM/QwyYhE8QTa3wpNJ1KZ9nWJjLeBkMHufOS58OWGmE="; + hash = "sha256-7E5jAkX9AHlURl27PfpnSk4qauSytGx7qEbz2XV3K9w="; }; - vendorHash = "sha256-UIwFUXEMtxPVHrioptYjslSm0qTBCyVR9OudkBR01tg="; + vendorHash = "sha256-EyhT1gfrd189jqcEQ97CSKziKrT2bBeQ9pWIEK039Io="; # See the list in https://github.com/aws/amazon-cloudwatch-agent/blob/v1.300049.1/Makefile#L68-L77. subPackages = [