minio-client: 2023-07-11T23-30-44Z -> 2023-07-21T20-44-27Z

This commit is contained in:
R. Ryantm 2023-08-02 01:04:38 +00:00
parent 82b98eb23f
commit 89679e5c76

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2023-07-11T23-30-44Z";
version = "2023-07-21T20-44-27Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-hCHPDzdMqu36fICiyVhMDHhfOHxBzUl5+YfjnWbrRFk=";
sha256 = "sha256-y0+AGDI4zxMgcC65U51/UHW2mo0NNNKc+MQCcFevHmk=";
};
vendorHash = "sha256-W3FenwPwfEQxJWym6QzqMczWtygPN65Hp4gjj/karMw=";
vendorHash = "sha256-6duYIeNkqql9y1Wo+foMe88dmPmHZ625FBTDdKsHnCE=";
subPackages = [ "." ];