3
0
Fork 0
forked from mirrors/nixpkgs

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

minio-client: 2022-08-05T08-01-28Z -> 2022-08-11T00-30-48Z
This commit is contained in:
Pascal Bach 2022-08-13 09:24:36 +02:00 committed by GitHub
commit eb7a17b6b4
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-08-05T08-01-28Z";
version = "2022-08-11T00-30-48Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-XtRpRp5KtqM+VwaouzbcjoiwuUDo4NtgaQ/bsCmwP58=";
sha256 = "sha256-wv/Y4MIJFISf+fvV3BYbA5kQqETsYe4vt2lp36DfFrE=";
};
vendorSha256 = "sha256-0WljjAgL//PqooHwAusMQwJpLRYzjpDUNcrmCHUGyNs=";
vendorSha256 = "sha256-5kpE0jtE3ljnUsXQY2cWvABVpegrTSYZCIYy0pz4iz8=";
subPackages = [ "." ];