mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
amazon-ssm-agent: 3.3.1957.0 -> 3.3.2299.0 (#400156)
This commit is contained in:
commit
40f7d08d56
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@ let
|
|||
in
|
||||
buildGoModule rec {
|
||||
pname = "amazon-ssm-agent";
|
||||
version = "3.3.1957.0";
|
||||
version = "3.3.2299.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "amazon-ssm-agent";
|
||||
tag = version;
|
||||
hash = "sha256-lOfeGkImwRxua3dSmefb1WcgnviHhOYtYK1VaRW9C6A=";
|
||||
hash = "sha256-8jqsAGnfn6+a+Zs9XfIyHzG/+jPO+UoSVsm0GHthq3E=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue