Commit Graph

55 Commits

Author SHA1 Message Date
Pascal Bach
d9ee32ecaf minio-client: 2022-03-17T20-25-06Z -> 2022-05-09T04-08-26Z 2022-05-11 23:09:28 +02:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
R. Ryantm
63c02306cf minio-client: 2022-03-13T22-34-00Z -> 2022-03-17T20-25-06Z 2022-03-18 23:59:21 +00:00
R. Ryantm
345640a6f3 minio-client: 2022-03-09T02-08-36Z -> 2022-03-13T22-34-00Z 2022-03-15 13:13:04 +00:00
R. Ryantm
a521e116c4 minio-client: 2022-03-03T21-12-24Z -> 2022-03-09T02-08-36Z 2022-03-12 15:09:57 +00:00
R. Ryantm
910fe76a5e minio-client: 2022-02-26T03-58-31Z -> 2022-03-03T21-12-24Z 2022-03-04 11:58:59 +00:00
R. Ryantm
aa23e9cdb4 minio-client: 2022-02-23T03-15-59Z -> 2022-02-26T03-58-31Z 2022-02-27 11:40:41 +00:00
R. Ryantm
09c1b67275 minio-client: 2022-02-16T05-54-01Z -> 2022-02-23T03-15-59Z 2022-02-24 14:31:46 +00:00
R. Ryantm
8dcd75a367 minio-client: 2022-02-13T23-26-13Z -> 2022-02-16T05-54-01Z 2022-02-23 11:03:38 +00:00
R. Ryantm
9f55728b15 minio-client: 2022-02-07T09-25-34Z -> 2022-02-13T23-26-13Z 2022-02-18 18:19:24 +00:00
R. Ryantm
b5e57c2103 minio-client: 2022-01-07T06-01-38Z -> 2022-02-07T09-25-34Z 2022-02-12 16:21:13 +00:00
R. Ryantm
f75d485801 minio-client: 2021-12-20T23-43-34Z -> 2022-01-07T06-01-38Z 2022-01-11 19:50:11 +00:00
zowoq
a4124d6d93 minio-client: update vendorSha256 2022-01-11 06:31:22 +10:00
R. Ryantm
97b2a08e98 minio-client: 2021-11-16T20-37-36Z -> 2021-12-20T23-43-34Z 2021-12-30 20:54:19 +00:00
R. Ryantm
9549ceaa15 minio-client: 2021-10-07T04-19-58Z -> 2021-11-16T20-37-36Z 2021-12-07 15:33:37 +00:00
Pascal Bach
f98eeeb9bf
Merge pull request #144465 from r-ryantm/auto-update/minio-client
minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58Z
2021-11-04 20:31:41 +01:00
R. Ryantm
2f94a86706 minio-client: 2021-09-02T09-21-27Z -> 2021-10-07T04-19-58Z 2021-11-03 15:02:51 +00:00
superherointj
df4fac48fc maintainers: remove superherointj 2021-11-02 18:22:31 -07:00
R. RyanTM
88433eb536 minio-client: 2021-07-27T06-46-19Z -> 2021-09-02T09-21-27Z 2021-09-14 16:46:18 +00:00
Pascal Bach
8c701f5805 minio-client: 2021-06-13T17-48-22Z -> 2021-07-27T06-46-19Z 2021-08-09 22:59:27 +02:00
superherointj
30956b0918 minio-client: 2021-03-23T05-46-11Z -> 2021-06-13T17-48-22Z
Enabled tests.
2021-07-21 18:24:51 -03:00
R. RyanTM
1cb4599c1c minio-client: 2021-03-12T03-36-59Z -> 2021-03-23T05-46-11Z 2021-03-24 16:51:58 +00:00
R. RyanTM
aee836c655 minio-client: 2021-03-10T05-59-20Z -> 2021-03-12T03-36-59Z 2021-03-13 09:00:28 +00:00
R. RyanTM
f3b475c1fa minio-client: 2021-02-19T05-34-40Z -> 2021-03-10T05-59-20Z 2021-03-11 02:23:56 +00:00
R. RyanTM
ba701c3cc5 minio-client: 2021-02-14T04-28-06Z -> 2021-02-19T05-34-40Z 2021-02-21 00:44:06 +00:00
R. RyanTM
cf6075bcda minio-client: 2021-02-10T07-32-57Z -> 2021-02-14T04-28-06Z 2021-02-16 09:07:32 +00:00
R. RyanTM
cca3280917 minio-client: 2021-01-30T00-50-42Z -> 2021-02-10T07-32-57Z 2021-02-11 19:25:52 +00:00
R. RyanTM
26552bfc43 minio-client: 2021-01-16T02-45-34Z -> 2021-01-30T00-50-42Z 2021-02-03 17:09:20 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
0eecc399df minio-client: 2020-11-25T23-04-07Z -> 2021-01-16T02-45-34Z 2021-01-22 15:35:07 +00: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
R. RyanTM
fe35c30678 minio-client: 2020-11-17T00-39-14Z -> 2020-11-25T23-04-07Z 2020-12-01 02:23:52 +00:00
R. RyanTM
3b608f6ebb minio-client: 2020-10-03T02-54-56Z -> 2020-11-17T00-39-14Z 2020-11-22 03:43:16 +00:00
R. RyanTM
56d0b47ae7 minio-client: 2020-08-08T02-33-58Z -> 2020-10-03T02-54-56Z 2020-11-02 08:13:59 -08:00
Pascal Bach
b887d5b74b minio-client: 2020-04-25T00-43-23Z -> 2020-08-08T02-33-58Z 2020-08-16 13:13:28 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Mario Rodas
d7e1e8467a
minio-client: 2020-04-04T05-28-55Z -> 2020-04-25T00-43-23Z 2020-05-01 22:22:22 -05:00
R. RyanTM
79782065bc minio-client: 2020-03-06T23-29-45Z -> 2020-04-04T05-28-55Z 2020-04-05 02:43:38 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
5b83d95f2f minio-client: fix build on darwin 2020-03-21 05:44:00 -05:00
Pascal Bach
337b35707d minio-client: 2019-01-30 -> 2020-03-06 2020-03-14 16:50:29 +00:00
Daiderd Jordan
db131371ef
minio-client: remove go 1.10 override 2019-09-01 10:14:04 +02: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
Florian Klink
d60c38ad9b minio-client: 2018-12-27T00-37-49Z -> 2019-01-30T19-57-22Z 2019-02-05 17:38:18 +01:00
Florian Klink
fd90297960 minio-client: 2018-12-05T22-59-07Z -> 2018-12-27T00-37-49Z 2019-01-08 11:26:50 +01:00
tilpner
380fce5bc3
minio-client: 2018-07-31T02-28-53Z -> 2018-12-05T22-59-07Z 2018-12-11 13:59:43 +01:00
Pascal Bach
b92d6d545c minio-client: 2018-04-28T00-08-20Z -> 2018-07-31T02-28-53Z 2018-08-01 00:36:44 +02:00
Pascal Bach
277806e0d1 minio-client: 2018-03-25T01-22-22Z -> 2018-04-28T00-08-20Z 2018-05-16 23:24:06 +02:00