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

minio-client: 2023-03-23T20-03-04Z -> 2023-04-12T02-21-51Z
This commit is contained in:
Pascal Bach 2023-04-21 08:25:52 +02:00 committed by GitHub
commit 8d82c9c90f
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-03-23T20-03-04Z";
version = "2023-04-12T02-21-51Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-wiYgLtFemdB7Cc/hJDvBbjvxH4I9QQkOIdyyPzWO8w0=";
sha256 = "sha256-jNgReeR4KNzB1LKbiAOLWiYeJJ61qgf3J9nMy97FVGU=";
};
vendorHash = "sha256-VtBrxsfi2CUGzXSiHKLvr3Iw1myWyf3uPEQEZahjDhw=";
vendorHash = "sha256-d8cC/exdM7OMGE24bN00BVE3jqE1tj6727JiON/aJkc=";
subPackages = [ "." ];