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

minio-client: 2022-09-16T09-16-47Z -> 2022-10-01T07-56-14Z
This commit is contained in:
Pascal Bach 2022-10-03 20:40:10 +02:00 committed by GitHub
commit 0acceffafe
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-09-16T09-16-47Z";
version = "2022-10-01T07-56-14Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-8oy61ueCXJTV58CxtsB8uiKS5NVaomICu8yQ1wSxl7s=";
sha256 = "sha256-UAzSqxBQNMpCJsVly6Z7x03CjOWB4VGL0PE4NQbp0PE=";
};
vendorSha256 = "sha256-1jws2is/n3+l7ULTgBfO2glq4l9GzOP5AJ2wwhluQb8=";
vendorSha256 = "sha256-vnJPc2yZUs6rS2+ysUIG6YreSFxxL8hD/FaNbGFDo+s=";
subPackages = [ "." ];