Unverified Commit fd270531 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ecs-agent: 1.91.1 -> 1.91.2 (#394808)

parents 360efc39 b8300894
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.91.1";
  version = "1.91.2";

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

  vendorHash = null;