3
0
Fork 0
forked from mirrors/nixpkgs

minio-client: 2022-10-20T23-26-33Z -> 2022-10-22T03-39-29Z

This commit is contained in:
R. Ryantm 2022-10-25 19:28:33 +00:00
parent be7042a040
commit 7bc5b257fb

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=";