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

minio-client: 2023-05-30T22-41-38Z -> 2023-06-19T19-31-19Z
This commit is contained in:
Mario Rodas 2023-06-25 10:31:15 -05:00 committed by GitHub
commit 28584b555d
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 = "2023-05-30T22-41-38Z";
version = "2023-06-23T18-12-07Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-PTkT4i7NNLeSGUyrG/bIkPTnIBIA1hTSBUUpJWkdNS0=";
sha256 = "sha256-nftbBSVY0rXTT9z/mVmCOZfRLI1x2pWT3A4isABdf3A=";
};
vendorHash = "sha256-kjFAUBgMsydP4K32Yiu6BSA8heFhWEBf21iZs+1llCA=";
vendorHash = "sha256-rkIvfOIyr4ENuh+aM0FSyy4iTlngQRpErRT/FMUn+oQ=";
subPackages = [ "." ];