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

minio: 2020-10-18T21-54-12Z -> 2021-01-16T02-19-44Z
This commit is contained in:
Mario Rodas 2021-01-24 10:49:49 -05:00 committed by GitHub
commit 3a46e1f359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio";
version = "2020-10-18T21-54-12Z";
version = "2021-01-16T02-19-44Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "0yva6hwfczq0apg8cl0xvm5xzyazxnic4bh2xxm1nq4iqw2p2177";
sha256 = "sha256-eYOarXgx5+rXCw2gMzrH1vVSsIdN4WrHrAUnnCcLtN8=";
};
vendorSha256 = "185njxpaynnq8yydmkdh1sf6x924p69w7brqwl42ny1gylwv2chp";
vendorSha256 = "sha256-6p/DBgHawsT5PjpzwjrKgZfWm5Z6v1ozMWzGpEiB2jM=";
doCheck = false;