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

minio-client: 2022-03-03T21-12-24Z -> 2022-03-09T02-08-36Z
This commit is contained in:
Pascal Bach 2022-03-13 18:42:29 +01:00 committed by GitHub
commit eab9b46012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2022-03-03T21-12-24Z";
version = "2022-03-09T02-08-36Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-z+t8aMyGlqXcooCzJgn0xxOhuS+p3/qMTBJByDJPd40=";
sha256 = "sha256-OaV0Xb3nNeZJLayGperQah0JQ7BlGFPWa1//Kt5+EiU=";
};
vendorSha256 = "sha256-mk0ga3o6LeZ4uwV3vlP6qyFXLiORwNQLhXoCxSmvXsU=";
vendorSha256 = "sha256-Wdw9mZ3UupoJ4yDwS4f3mOmCn+7TvHmx4aRu+96pHM4=";
subPackages = [ "." ];