R. Ryantm
|
0754933d94
|
credhub-cli: 2.9.36 -> 2.9.37
|
2024-09-13 11:31:14 +00:00 |
|
R. Ryantm
|
b61c56886e
|
credhub-cli: 2.9.35 -> 2.9.36
|
2024-08-16 01:01:57 +00:00 |
|
R. RyanTM
|
4742394e5a
|
credhub-cli: 2.9.33 -> 2.9.35 (#326661)
|
2024-07-22 14:56:05 +05:30 |
|
R. Ryantm
|
ba0dd2b1ff
|
credhub-cli: 2.9.31 -> 2.9.33
|
2024-06-21 00:33:39 +00:00 |
|
R. Ryantm
|
1dce0d7928
|
credhub-cli: 2.9.29 -> 2.9.31
|
2024-06-01 17:52:24 +00:00 |
|
R. Ryantm
|
10f4cecd5e
|
credhub-cli: 2.9.28 -> 2.9.29
|
2024-04-19 00:34:31 +00:00 |
|
R. Ryantm
|
82a35502df
|
credhub-cli: 2.9.27 -> 2.9.28
|
2024-03-20 23:07:12 +00:00 |
|
R. Ryantm
|
bd80b37fc8
|
credhub-cli: 2.9.26 -> 2.9.27
|
2024-02-23 07:44:42 +00:00 |
|
R. Ryantm
|
2e88ed2d39
|
credhub-cli: 2.9.25 -> 2.9.26
|
2024-02-14 23:33:24 +00:00 |
|
R. Ryantm
|
3ca7f93178
|
credhub-cli: 2.9.24 -> 2.9.25
|
2024-01-26 21:28:52 +00:00 |
|
R. Ryantm
|
14a5c97681
|
credhub-cli: 2.9.22 -> 2.9.24
|
2023-12-14 03:15:32 +00:00 |
|
R. Ryantm
|
253dc7cc1c
|
credhub-cli: 2.9.19 -> 2.9.22
|
2023-10-25 06:06:47 +00:00 |
|
R. Ryantm
|
afc5878c55
|
credhub-cli: 2.9.18 -> 2.9.19
|
2023-08-12 05:19:58 +00:00 |
|
R. Ryantm
|
4dfdcda6a0
|
credhub-cli: 2.9.17 -> 2.9.18
|
2023-07-30 01:37:56 +00:00 |
|
figsoda
|
fdd31f980e
|
pkgs/tools/admin: remove dead code
with the help of deadnix & nil
|
2023-07-25 09:54:32 -04:00 |
|
R. Ryantm
|
4c0c2ab53a
|
credhub-cli: 2.9.16 -> 2.9.17
|
2023-06-25 14:25:50 +00:00 |
|
R. Ryantm
|
60706045e7
|
credhub-cli: 2.9.15 -> 2.9.16
|
2023-05-30 06:52:23 +00:00 |
|
R. Ryantm
|
1e636c4437
|
credhub-cli: 2.9.14 -> 2.9.15
|
2023-05-19 13:22:47 +00:00 |
|
R. Ryantm
|
c5d5fb7ac4
|
credhub-cli: 2.9.13 -> 2.9.14
|
2023-04-30 23:13:06 +00:00 |
|
R. Ryantm
|
6a23dd8af6
|
credhub-cli: 2.9.9 -> 2.9.13
|
2023-04-19 05:41:13 +00:00 |
|
R. Ryantm
|
9c93f440d2
|
credhub-cli: 2.9.8 -> 2.9.9
|
2022-12-10 01:02:41 +00:00 |
|
R. Ryantm
|
c1c640f123
|
credhub-cli: 2.9.6 -> 2.9.8
|
2022-11-11 02:07:48 +01:00 |
|
R. Ryantm
|
ba23355e0d
|
credhub-cli: 2.9.5 -> 2.9.6
|
2022-10-20 07:59:26 +00:00 |
|
R. Ryantm
|
915e21c171
|
credhub-cli: 2.9.4 -> 2.9.5
|
2022-10-13 07:03:27 +00:00 |
|
R. Ryantm
|
fba935efda
|
credhub-cli: 2.9.3 -> 2.9.4
|
2022-08-28 15:30:59 +00:00 |
|
Robert Scott
|
38f3573664
|
credhub-cli: 2.9.1 -> 2.9.3
|
2022-04-09 13:14:17 +01:00 |
|
R. Ryantm
|
a7379ab712
|
credhub-cli: 2.9.0 -> 2.9.1
|
2021-10-29 08:48:16 +00:00 |
|
zowoq
|
13ea123c74
|
treewide: buildFlagsArray -> ldflags
|
2021-08-26 21:35:06 +10:00 |
|
Colin L Rice
|
36a44c4e8d
|
credhub-cli: fix build under go1.15
I've sent this upstream at
https://github.com/cloudfoundry-incubator/credhub-cli/pull/107
But this should fix the build so it doesn't require go1.14
|
2021-04-30 21:59:02 -04: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 |
|
Robert Scott
|
c5760e4668
|
credhub-cli: init at 2.9.0
|
2020-12-25 12:30:43 +00:00 |
|