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

minio-client: 2024-05-09T17-04-24Z -> 2024-05-24T09-08-49Z
This commit is contained in:
Pascal Bach 2024-05-29 10:20:02 +02:00 committed by GitHub
commit ea1b4c0094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2024-05-09T17-04-24Z";
version = "2024-05-24T09-08-49Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-S7bi7BTbsbXUFoDpm0IhOvjnumcKbewV0celUxAx57g=";
sha256 = "sha256-t6nTF1wkWHiJPgtxhCdt4NwezjeUhmzg5Lwde14wV0Y=";
};
vendorHash = "sha256-vqPSzzNIvy+9J9bPE4hxWvRPuPKpB8ahuu6ENnFmfJ0=";
vendorHash = "sha256-nM7q5Vg8VpsUo4/jt4sHK3UAMGxdDUq6TEBxurB9c/A=";
subPackages = [ "." ];