Unverified Commit ccc780da authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #233344 from r-ryantm/auto-update/ecs-agent

ecs-agent: 1.71.0 -> 1.71.1
parents d76ad32c 46607b06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "amazon-ecs-agent";
  version = "1.71.0";
  version = "1.71.1";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "aws";
    repo = pname;
    hash = "sha256-+/aeLI1+VE80NdeAqc7ctZsS6i0Ymj/GXssduP8X//c=";
    hash = "sha256-v3sICXijHStJDPYJq0VHd3CY1G1dlPwSdyPzpEHpc90=";
  };

  vendorHash = null;