minio-client: 2018-07-31T02-28-53Z -> 2018-12-05T22-59-07Z

This commit is contained in:
tilpner 2018-12-11 13:59:43 +01:00
parent d08187edce
commit 380fce5bc3
No known key found for this signature in database
GPG Key ID: 6A13327225BE51F6

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";