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

minio: 2023-01-20T02-05-44Z -> 2023-01-25T00-19-54Z
This commit is contained in:
Martin Weinelt
2023-01-29 16:19:32 +00:00
committed by GitHub
+3 -3
View File
@@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2023-01-20T02-05-44Z";
version = "2023-01-25T00-19-54Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-svy+rmc7RPxKaoF8VbJUpmcYTShqhX7NpPOqzSZdrt4=";
sha256 = "sha256-1vXi9BnjTCH7B/I7tkfvm2AZtLK7a0GcMsW9gud8U/4=";
};
vendorHash = "sha256-5s70UG9N6A2PklOYpvIU4Ot2vMVCEjOtue4DBaU+ryU=";
vendorHash = "sha256-NGuslbHh0tDPQp+zvKnylLkssMglhgesLX5VT2BjDo8=";
doCheck = false;