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

minio: 2023-05-04T21-44-30Z -> 2023-05-18T00-05-36Z
This commit is contained in:
Mario Rodas 2023-05-23 18:51:11 -05:00 committed by GitHub
commit 8b0bdf3bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2023-05-04T21-44-30Z";
version = "2023-05-18T00-05-36Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-CSB7QFKb96QVgcBlfP+ghVlLlPGkcI0um6hC2rp+CWc=";
sha256 = "sha256-VOv5gYjoHPO4MuiQHN7nX5IghoOeqj3/vu/vILGv/yA=";
};
vendorHash = "sha256-EthPqudNGnXTixnDRbRXdgOfJHIrIYZ8IHy5BZLSwJQ=";
vendorHash = "sha256-ZwkToIEzbU1PYxxQCGc+Zkiu7SkO83oJFzwi4Qyqzn0=";
doCheck = false;