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

minio-client: 2022-10-12T18-12-50Z -> 2022-10-20T23-26-33Z
This commit is contained in:
Mario Rodas 2022-10-22 09:50:36 -05:00 committed by GitHub
commit 6302d3cf80
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-10-12T18-12-50Z";
version = "2022-10-20T23-26-33Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-kzIJL3cB/zifu5H1OT0/4luMNHa6XuHVdsUcAh2sY0c=";
sha256 = "sha256-XsZMnrZzsjS11rZkD7hiLqq20FOD/DnrYf+fLvvVqQw=";
};
vendorSha256 = "sha256-DA1EpLmr0/+QEDRHW8nzF1myuZd5IZ7WHG5rrFrb/kE=";
vendorSha256 = "sha256-vW/hGvzAtd/q9Fbjr19TvpSZzFVX9HSGGSPWErw+v0A=";
subPackages = [ "." ];