Commit edc9a7ac authored by R. RyanTM's avatar R. RyanTM
Browse files

ecs-agent: 1.90.0 -> 1.91.0

parent 6e966841
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;