mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #317369 from r-ryantm/auto-update/minio-client
minio-client: 2024-05-24T09-08-49Z -> 2024-06-01T15-03-35Z
This commit is contained in:
commit
ecdebb73f8
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "minio-client";
|
||||
version = "2024-05-24T09-08-49Z";
|
||||
version = "2024-06-01T15-03-35Z";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "minio";
|
||||
repo = "mc";
|
||||
rev = "RELEASE.${version}";
|
||||
sha256 = "sha256-t6nTF1wkWHiJPgtxhCdt4NwezjeUhmzg5Lwde14wV0Y=";
|
||||
sha256 = "sha256-4BbqAGfHjM369EtZhFy01m3ClSnM1UHl/u+CXksY1+I=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-nM7q5Vg8VpsUo4/jt4sHK3UAMGxdDUq6TEBxurB9c/A=";
|
||||
|
|
Loading…
Reference in a new issue