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

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

ecs-agent: 1.67.2 -> 1.70.1
parents 4d403c6d bccf1dc6
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.67.2";
  version = "1.70.1";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "aws";
    repo = pname;
    hash = "sha256-iSL5ogS8BLcxge3eo+kCqtsGmj7P1wbi+/84nA9fO2Q=";
    hash = "sha256-CAoMXWxtsGJOEOxZ8ZLwLYAWW0kY/4jryrIAFDbOeXA=";
  };

  vendorHash = null;