summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/ecs-agent
AgeCommit message (Collapse)Author
2022-12-15ecs-agent: 1.66.2 -> 1.67.2R. Ryantm
2022-11-13ecs-agent: use buildGoModuleAaron Jheng
2022-11-12ecs-agent: add ldflagsMario Rodas
2022-11-12ecs-agent: 1.66.1 -> 1.66.2Mario Rodas
https://github.com/aws/amazon-ecs-agent/releases/tag/v1.66.2
2022-11-12ecs-agent: 1.65.1 -> 1.66.1R. Ryantm
2022-10-29ecs-agent: 1.65.0 -> 1.65.1R. Ryantm
2022-10-20ecs-agent: 1.64.0 -> 1.65.0R. Ryantm
2022-10-06ecs-agent: 1.63.1 -> 1.64.0R. Ryantm
2022-09-15ecs-agent: 1.63.0 -> 1.63.1R. Ryantm
2022-09-07ecs-agent: 1.62.2 -> 1.63.0R. Ryantm
2022-08-18ecs-agent: 1.62.1 -> 1.62.2R. Ryantm
2022-08-14ecs-agent: 1.18.0 -> 1.62.1R. Ryantm
2022-04-14treewide: add meta.mainProgram to many packagesMalo Bourgon
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy
on darwin too (too restrictive platforms)
2018-06-25ecs-agent: 1.14.0 -> 1.18.0 (#42359)Andrea Bedini
2017-02-10ecs-agent: init at 1.14.0Dan Peebles