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

minio: 2021-01-16T02-19-44Z -> 2021-02-01T22-56-52Z
This commit is contained in:
Mario Rodas
2021-02-08 21:12:55 -05:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio";
version = "2021-01-16T02-19-44Z";
version = "2021-02-01T22-56-52Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-eYOarXgx5+rXCw2gMzrH1vVSsIdN4WrHrAUnnCcLtN8=";
sha256 = "sha256-cAQErFWFqyHJpTGxbzY5JCSH/ZV0ZZOWbh1lJmK8MlY=";
};
vendorSha256 = "sha256-6p/DBgHawsT5PjpzwjrKgZfWm5Z6v1ozMWzGpEiB2jM=";
vendorSha256 = "sha256-1wnnt4QuOn+1NqZcuA43naP3KtIL5VbVr6VF3+Cu41w=";
doCheck = false;