minio-client: 2023-10-30T18-43-32Z -> 2024-01-05T05-04-32Z

This commit is contained in:
R. Ryantm 2024-01-07 13:00:48 +00:00
parent b760bfbde3
commit 7cb3f2ddba

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2023-10-30T18-43-32Z";
version = "2024-01-05T05-04-32Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-4WYJaFVB/+ERMNKvfDZvJGEiImwISM8fXLbi+Y986AM=";
sha256 = "sha256-1A5Nzlf9xBcOcPdKXZut+4ViUvsDa2uFtfN/nIRoUf8=";
};
vendorHash = "sha256-YDXkJVFK09I/Ic3ZBlO2AtybH6+RfwLmBCldX4i41Po=";
vendorHash = "sha256-rqlPUU9phbsw9cjGvU86DjA3cWhcoxX3kxQ1buLM+hg=";
subPackages = [ "." ];