ecs-agent: 1.87.1 -> 1.88.0 (#363095)

authored by Wolfgang Walther and committed by GitHub 078925ce 1913ac4a

+2 -2
+2 -2
pkgs/by-name/ec/ecs-agent/package.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "amazon-ecs-agent"; 5 - version = "1.87.1"; 5 + version = "1.88.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "aws"; 10 10 repo = pname; 11 - hash = "sha256-thgFlfEyjetNciBCIx1XFW4U59BL9TpRT9E7v4bac6s="; 11 + hash = "sha256-ljTMfucHdcfDrpKKVguFlCM6S4ezBzM67C8SBdulYdY="; 12 12 }; 13 13 14 14 vendorHash = null;