Commit graph

36 commits

Author SHA1 Message Date
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
Pascal Bach 8b3bf022da minio-client: 2018-02-09T23-07-36Z -> 2018-03-25T01-22-22Z 2018-04-02 12:13:46 +02:00
Pascal Bach 827d1bd618 minio,minio-client: support on all unix platforms
Minio 32bit support seems to be fixed:
https://github.com/minio/minio/pull/4921
2018-02-13 21:54:48 +01:00
Pascal Bach dfba6485bb minio-client: 2017-02-06T20-16-19Z -> 2018-02-09T23-07-36Z
The package is reworked to make use of buildGoPackage
2018-02-13 21:54:48 +01:00
Eelco Dolstra 6d1049fab5
minio-client: 20160821 -> 20170206 2017-03-28 20:04:53 +02:00
Eelco Dolstra 039ac38d1e minio-client: Init at 20160821 2016-09-07 17:41:53 +02:00