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

minio: 2023-02-22T18-23-45Z -> 2023-02-27T18-10-45Z
This commit is contained in:
Mario Rodas
2023-03-03 06:23:39 -05:00
committed by GitHub
+3 -3
View File
@@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2023-02-22T18-23-45Z";
version = "2023-02-27T18-10-45Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-Y11jqZiQUu0/YcrIGFJ2nOkPRG97sflluO3J0BJZ6kQ=";
sha256 = "sha256-0Qz64uNe5rkHOUepzCYUdeyP1ZXzY3Bi1LUvQw2quPA=";
};
vendorHash = "sha256-9QYRUCD2iR2jx8G1FbkQqqPqIuXKxAKDy9whMRhOVP4=";
vendorHash = "sha256-b/2/VTIVJyWNm6j+GyhbOKsIl9B0Nqw2fbpBw20Wicw=";
doCheck = false;