Merge pull request #116156 from r-ryantm/auto-update/minio-client

minio-client: 2021-03-10T05-59-20Z -> 2021-03-12T03-36-59Z
This commit is contained in:
Mario Rodas 2021-03-13 11:12:58 -05:00 committed by GitHub
commit 20d6823b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "minio-client";
version = "2021-03-10T05-59-20Z";
version = "2021-03-12T03-36-59Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-IoCM2FA6oNiNT6zWspMEqgq4hZ8tAQVEAqouRlBe/ts=";
sha256 = "sha256-aIJjr7KaT4E4Q1Ho4D0emduJWFxdCXCodq7J43r0DMQ=";
};
vendorSha256 = "sha256-aoRdtv/Q7vjn0M7iSYAuyu/3pEH30x6D39xTHqQPvuo=";