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

minio-client: 2023-08-08T17-23-59Z -> 2023-08-15T23-03-09Z
This commit is contained in:
Mario Rodas 2023-08-21 21:22:07 -05:00 committed by GitHub
commit a913a5cc86
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-08-08T17-23-59Z";
version = "2023-08-15T23-03-09Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-rXYpAidwwd1sa+22r39VAirVCDdhzFRE5qSQNZf65sg=";
sha256 = "sha256-vsCbmT6uWy+VA0qx8x9hx3pDSVKiDeXjnnrFRnhm4C8=";
};
vendorHash = "sha256-2zBwqwYyE/9R8Ns5kkvu/JxxYyjnEULBnW+ObYnZ40w=";
vendorHash = "sha256-xtGXYCmiT7xY9OL8x0tTBP9y8UfzlJ6ZR2DhKOwVgkM=";
subPackages = [ "." ];