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

minio: 2022-12-12T19-27-27Z -> 2023-01-18T04-36-38Z
This commit is contained in:
Mario Rodas
2023-01-22 10:44:35 -05:00
committed by GitHub
+3 -3
View File
@@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2022-12-12T19-27-27Z";
version = "2023-01-20T02-05-44Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-gHtWLCmjzaN1+7x5w9QKjF1pGNZB9mIun2KnvQyVnE4=";
sha256 = "sha256-svy+rmc7RPxKaoF8VbJUpmcYTShqhX7NpPOqzSZdrt4=";
};
vendorSha256 = "sha256-0ryxdAdixnUbp3kj5KN2CB4t153azfYML75T4ROMoHw=";
vendorHash = "sha256-5s70UG9N6A2PklOYpvIU4Ot2vMVCEjOtue4DBaU+ryU=";
doCheck = false;