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

minio-client: 2022-12-13T00-23-28Z -> 2023-01-11T03-14-16Z
This commit is contained in:
Pascal Bach 2023-01-15 12:49:10 +01:00 committed by GitHub
commit b5c7573211
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 = "2022-12-13T00-23-28Z";
version = "2023-01-11T03-14-16Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-wRkpc1S9booT9jVrDdmuj1eQInXafax2ZGvHgcuoiTA=";
sha256 = "sha256-wxI4m4RAvi2YCx+RWO9HQyn927O3PUJ/A9i/5IOtbZ8=";
};
vendorSha256 = "sha256-D3d+aSEe1d1Tw0//L8MGuZHt5GjURTn3Vni9l4BafEI=";
vendorHash = "sha256-Exhw9H+qayQnpT4qCaeOsmbTCmCy80UKk8ZxDuOOHcA=";
subPackages = [ "." ];