minio-client: 2024-08-26T10-49-58Z -> 2024-09-09T07-53-10Z

This commit is contained in:
R. Ryantm 2024-09-10 17:17:50 +00:00 committed by Pascal Bach
parent bfc1c2b4b3
commit c978371cc3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2024-08-26T10-49-58Z";
version = "2024-09-09T07-53-10Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-csaG54iwH0q8CHB0FFD0sY063uQ2WSlXDePo6yr5QbI=";
sha256 = "sha256-K0FuG7c8sD4ingJH/al7TBoTCHKGad7I2RYheTjqAR0=";
};
vendorHash = "sha256-wjMn9Xi4wd7fa1ay3mLRGl/USWCVtk/J9KiGpfcsRM4=";
vendorHash = "sha256-KNnYxE3kt/eemnhsRf29SZX0Q+ECzdMFVgcmd7uCsyY=";
subPackages = [ "." ];