Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z

minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
This commit is contained in:
Florian Klink 2019-01-09 12:34:24 +01:00 committed by GitHub
commit 05231c4bbf
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-12-06T01-27-43Z";
version = "2018-12-27T18-33-08Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "0j10rhrg98zsv62sdc9wgrh2kdpv2179szvzyg8rm9rb89rzdhd2";
sha256 = "076m4w6z2adl8pi9x7in8s2pa51vj4qlk3m32ibh6yhqfzpbfgd2";
};
goPackagePath = "github.com/minio/minio";

View File

@ -3,13 +3,13 @@
buildGoPackage rec {
name = "minio-client-${version}";
version = "2018-12-05T22-59-07Z";
version = "2018-12-27T00-37-49Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "01vjgs96sb792rggc7da9fzbpam5pyr7x9zd4r8wv6jc6xnv7n3x";
sha256 = "1hbw3yam5lc9414f3f8yh32ycj0wz2xc934ksvjnrhkk4xzyal6h";
};
goPackagePath = "github.com/minio/mc";