minio-client: 2018-03-25T01-22-22Z -> 2018-04-28T00-08-20Z

This commit is contained in:
Pascal Bach 2018-05-16 23:11:26 +02:00
parent 3518211d63
commit 277806e0d1

View file

@ -3,13 +3,13 @@
buildGoPackage rec {
name = "minio-client-${version}";
version = "2018-03-25T01-22-22Z";
version = "2018-04-28T00-08-20Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "1x71va37jaqsi99d0i0mccybrs9kjgmpfsm0dchmc58mmhyagh3k";
sha256 = "03c9ahphkpsy6z9i9z50jcsgj5ba6gba2sw2nz22b1ynqiz3ds37";
};
goPackagePath = "github.com/minio/mc";