minio: 2021-03-17T02-33-02Z -> 2021-03-26T00-00-41Z

This commit is contained in:
R. RyanTM 2021-03-27 16:42:52 +00:00
parent d3ebe83408
commit a613f63a74

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio";
version = "2021-03-17T02-33-02Z";
version = "2021-03-26T00-00-41Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-nCCU9hSt8VaLpZmqZFl3GczqDJXEQJ4rFn/9B0gV/5g=";
sha256 = "sha256-WH7gAO8ghwMhLU/ioHrZUgIk1h6yeUzM+xg1GnkFDHM=";
};
vendorSha256 = "sha256-tMt6XRj1dd+AHqWA6WGm5GBFGx+IsP1ijYCj8cmUXy0=";
vendorSha256 = "sha256-VeYc+UtocpeNSV+0MocZj/83X/SMMv5PX2cPIPBV/sk=";
doCheck = false;