Unverified Commit e329662f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

amazon-ssm-agent: 3.3.40.0 -> 3.3.131.0
parents 1c30e585 9f254238
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;