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

ecs-agent: 1.91.2 -> 1.92.0

parent 21c17995
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "amazon-ecs-agent";
  version = "1.91.2";
  version = "1.92.0";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "aws";
    repo = pname;
    hash = "sha256-7f1qJ9dgouhj+DGikdIzUREPraAA/1y/5lYA8fbIoJo=";
    hash = "sha256-g0yIJ0W71UGgPZ5m/BaeTCOTAfQ6589wAvYZ15Izt8o=";
  };

  vendorHash = null;