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

minio-client: 2023-02-28T00-12-59Z -> 2023-03-23T20-03-04Z
This commit is contained in:
Pascal Bach 2023-03-30 22:49:48 +02:00 committed by GitHub
commit c47370e2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2023-02-28T00-12-59Z";
version = "2023-03-23T20-03-04Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-tQ6cKP/AYNk1vzODE2qIRaf9PLT+/9iSG3c0Vg9GhgQ=";
sha256 = "sha256-wiYgLtFemdB7Cc/hJDvBbjvxH4I9QQkOIdyyPzWO8w0=";
};
vendorHash = "sha256-ovOkFG8tRdQ0F+baXksDQuY4oL52wtokxasztrz2PcI=";
vendorHash = "sha256-VtBrxsfi2CUGzXSiHKLvr3Iw1myWyf3uPEQEZahjDhw=";
subPackages = [ "." ];