Unverified Commit e9476c31 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

ecs-agent: 1.90.0 -> 1.91.0 (#387467)

parents d410c8c9 edc9a7ac
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.90.0";
  version = "1.91.0";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "aws";
    repo = pname;
    hash = "sha256-XzcEmXW2JblclSFyZgejn802tiNpbNUw22493lhsiqc=";
    hash = "sha256-JRrDxJzbV1a3Ppo4fw9bREjJMRcV2Yj1gxflkE5WJfU=";
  };

  vendorHash = null;