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

minio: 2022-09-17T00-09-45Z -> 2022-09-22T18-57-27Z
This commit is contained in:
Mario Rodas 2022-09-24 14:33:28 -05:00 committed by GitHub
commit 6e5013433a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2022-09-17T00-09-45Z";
version = "2022-09-22T18-57-27Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-lkb3mxUICToDQrhVltpxB1c/UB8LV2MRKR1Q+xQtlII=";
sha256 = "sha256-y8FgfUQG5vuBCqLmTtiIdpduJhfLZ7oSvOgPBYV+sQY=";
};
vendorSha256 = "sha256-V6YP9DvtFd44gLESuASoDOLMesnTZLsWfuMHyQ6w6Bc=";
vendorSha256 = "sha256-zXEGukIHfb9CX+GJFcpVwo2UFZSJoc8Iq6olDKqh/gM=";
doCheck = false;