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

minio-client: 2024-03-30T15-29-52Z -> 2024-04-18T16-45-29Z
This commit is contained in:
Pascal Bach 2024-04-21 12:34:12 +02:00 committed by GitHub
commit 11f504061e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2024-03-30T15-29-52Z";
version = "2024-04-18T16-45-29Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-xt/WDQFE4uw/eno8RSIjxgjpahjbJVMMOapleuv5avE=";
sha256 = "sha256-aEhkk1nB8CGzuZfD8a62RwzcvF2HZTm1LPfb13c6x9Q=";
};
vendorHash = "sha256-RwhkR3uQreSO1tq8R7ip7CY7E88MRa151HV8rT68YdQ=";
vendorHash = "sha256-qb4gR//8UzJAJ5WthfyxYwhR3YCwUGxfy8aRMW2MXks=";
subPackages = [ "." ];