Merge pull request #295418 from r-ryantm/auto-update/amazon-ssm-agent

amazon-ssm-agent: 3.3.40.0 -> 3.3.131.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-17 18:06:50 +00:00 committed by GitHub
commit e329662f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,13 +42,13 @@ let
in
buildGoModule rec {
pname = "amazon-ssm-agent";
version = "3.3.40.0";
version = "3.3.131.0";
src = fetchFromGitHub {
owner = "aws";
repo = "amazon-ssm-agent";
rev = "refs/tags/${version}";
hash = "sha256-o1THIj0QAafqhbFoZKVZXWiAEcaYB+xP5Y2e45D/6Xg=";
hash = "sha256-fYFY5HQcArSDdh1qtIo4OzeLt+mIlbwlSr4O1py3MAk=";
};
vendorHash = null;