3
0
Fork 0
forked from mirrors/nixpkgs

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

minio-client: 2022-10-20T23-26-33Z -> 2022-10-22T03-39-29Z
This commit is contained in:
Pascal Bach 2022-10-26 20:32:45 +02:00 committed by GitHub
commit f092bc9d3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "minio-client";
version = "2022-10-20T23-26-33Z";
version = "2022-10-22T03-39-29Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-XsZMnrZzsjS11rZkD7hiLqq20FOD/DnrYf+fLvvVqQw=";
sha256 = "sha256-/vEKLKbpjSy1vZC9+6iCEqK9+4z7vUaaLWJT8ZzqBNE=";
};
vendorSha256 = "sha256-vW/hGvzAtd/q9Fbjr19TvpSZzFVX9HSGGSPWErw+v0A=";