Merge pull request #51300 from tilpner/minio-update

minio/minio-client: update
This commit is contained in:
Sarah Brofeldt 2018-12-11 14:21:32 +01:00 committed by GitHub
commit 84bf8f36ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
buildGoPackage rec {
name = "minio-${version}";
version = "2018-07-31T02-11-47Z";
version = "2018-12-06T01-27-43Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "0pngr2x15prn55r8xj59sqjn9yp98hhm5qgi12ybc6cfxx0wls52";
sha256 = "0j10rhrg98zsv62sdc9wgrh2kdpv2179szvzyg8rm9rb89rzdhd2";
};
goPackagePath = "github.com/minio/minio";

View File

@ -3,13 +3,13 @@
buildGoPackage rec {
name = "minio-client-${version}";
version = "2018-07-31T02-28-53Z";
version = "2018-12-05T22-59-07Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "1918yl5d92y4ij9d1v738pf574rwb6a911rjpmaj9awhrz8qa2bg";
sha256 = "01vjgs96sb792rggc7da9fzbpam5pyr7x9zd4r8wv6jc6xnv7n3x";
};
goPackagePath = "github.com/minio/mc";