minio: 2018-03-19T19-22-06Z -> 2018-03-30T00-38-44Z

This commit is contained in:
adisbladis 2018-04-03 11:29:58 +08:00
parent 00fc66dc7d
commit 2dc8520225
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
buildGoPackage rec { buildGoPackage rec {
name = "minio-${version}"; name = "minio-${version}";
version = "2018-03-19T19-22-06Z"; version = "2018-03-30T00-38-44Z";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "minio"; owner = "minio";
repo = "minio"; repo = "minio";
rev = "RELEASE.${version}"; rev = "RELEASE.${version}";
sha256 = "0cqvam7i8caqlb0jdn89s1k18gfy4yndsszj7d81qg2sns0p5zgm"; sha256 = "17vam9ifi632yfxakanxi2660wqgqrhrhhzywrgh2jmzljippf80";
}; };
goPackagePath = "github.com/minio/minio"; goPackagePath = "github.com/minio/minio";