amazon-ecs-cli: 1.16.0 -> 1.17.0 (#71485)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/amazon-ecs-cli/versions
This commit is contained in:
R. RyanTM 2019-10-23 07:58:23 -07:00 committed by Renaud
parent a44158556f
commit 99df22190c

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "amazon-ecs-cli";
version = "1.16.0";
version = "1.17.0";
src = fetchurl {
url = "https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-v${version}";
sha256 = "0mj0y2hrl7yp8mfjgi68gvbravgwp5v58hhcclr49mdjnr4v6i9x";
sha256 = "0dqnxzfdic3v10rr8k83zfbv7qc3yanajd81a0amzs778sqp7x9f";
};
dontUnpack = true;