minio-client: 2022-09-16T09-16-47Z -> 2022-10-01T07-56-14Z

This commit is contained in:
R. Ryantm 2022-10-03 18:12:47 +00:00
parent 5f53dac66a
commit 8e652f2f5c

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 = [ "." ];