minio: 2024-03-10T02-53-48Z -> 2024-03-15T01-07-19Z

This commit is contained in:
R. Ryantm 2024-03-23 11:49:03 +00:00
parent 476a33c53d
commit f2137e1175
1 changed files with 3 additions and 3 deletions

View File

@ -21,16 +21,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2024-03-10T02-53-48Z";
version = "2024-03-15T01-07-19Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
hash = "sha256-XcJm5FcX0NNjjY/WDQyR2RF8J3GkqEvpAhFDZj9ztks=";
hash = "sha256-El4ddYmd6cVAFS0/s7QcTR9kcZcmNtlXEOpaqmTRdzk=";
};
vendorHash = "sha256-0W2D5CQkrZMPlehvmExeQ6txwEyRe3XZl0Bv0Ww5COs=";
vendorHash = "sha256-lo91BVswJZl1FI1W4doNvOBXreLQco3/UjQ90HP46FY=";
doCheck = false;