R. Ryantm
|
bccf1dc63b
|
ecs-agent: 1.67.2 -> 1.70.1
|
2023-04-18 04:42:23 +00:00 |
|
R. Ryantm
|
946dd76d6d
|
ecs-agent: 1.66.2 -> 1.67.2
|
2022-12-15 22:58:45 +00:00 |
|
Aaron Jheng
|
113a9e9870
|
ecs-agent: use buildGoModule
|
2022-11-13 14:53:10 +00:00 |
|
Mario Rodas
|
80771ac660
|
ecs-agent: add ldflags
|
2022-11-12 05:10:00 +00:00 |
|
Mario Rodas
|
51aa6ca18e
|
ecs-agent: 1.66.1 -> 1.66.2
https://github.com/aws/amazon-ecs-agent/releases/tag/v1.66.2
|
2022-11-12 05:10:00 +00:00 |
|
R. Ryantm
|
16a812bc4f
|
ecs-agent: 1.65.1 -> 1.66.1
|
2022-11-12 05:09:20 +00:00 |
|
R. Ryantm
|
7c0282c396
|
ecs-agent: 1.65.0 -> 1.65.1
|
2022-10-29 16:27:20 +00:00 |
|
R. Ryantm
|
49c463523c
|
ecs-agent: 1.64.0 -> 1.65.0
|
2022-10-20 08:25:21 +00:00 |
|
R. Ryantm
|
894804ba66
|
ecs-agent: 1.63.1 -> 1.64.0
|
2022-10-06 09:34:32 +00:00 |
|
R. Ryantm
|
c52f62857a
|
ecs-agent: 1.63.0 -> 1.63.1
|
2022-09-15 16:03:07 +00:00 |
|
R. Ryantm
|
96e6bc8098
|
ecs-agent: 1.62.2 -> 1.63.0
|
2022-09-07 13:19:07 +00:00 |
|
R. Ryantm
|
0af28a74e0
|
ecs-agent: 1.62.1 -> 1.62.2
|
2022-08-18 09:24:16 +00:00 |
|
R. Ryantm
|
b1b537f2c7
|
ecs-agent: 1.18.0 -> 1.62.1
|
2022-08-14 08:23:03 +00:00 |
|
Malo Bourgon
|
0e802eafad
|
treewide: add meta.mainProgram to many packages
|
2022-04-14 10:24:01 -07:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
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
|
2021-01-11 10:38:22 +01:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Freezeboy
|
8f87a61de2
|
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
|
2019-02-18 10:56:58 +01:00 |
|
Andrea Bedini
|
134eca9993
|
ecs-agent: 1.14.0 -> 1.18.0 (#42359)
|
2018-06-25 11:15:40 +02:00 |
|
Dan Peebles
|
03cab2d923
|
ecs-agent: init at 1.14.0
|
2017-02-10 04:33:48 +00:00 |
|