minio: 2024-07-16T23-46-41Z -> 2024-08-03T04-33-23Z

This commit is contained in:
R. Ryantm 2024-08-10 07:49:14 +00:00 committed by Pascal Bach
parent 75682f11c6
commit b3f91d1356

View File

@ -21,16 +21,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2024-07-16T23-46-41Z";
version = "2024-08-03T04-33-23Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
hash = "sha256-L94lp3HTGALm6Ipd99R6cXOqeJZCLu4ORTCzlKX4o7A=";
hash = "sha256-bzEGckelhq5jJGm6dbdPsIBqksv/jY6hQUf/STQUsoE=";
};
vendorHash = "sha256-UUUqOZh6GGDBhuEdC3+KZeFtb1hm1WjfeN/DM+tcenI=";
vendorHash = "sha256-ytkiQ/g0BwHyr6LY4SGBBmfRRCFTsBtDHClyRBboGCk=";
doCheck = false;