minio-client: 2025-01-17T23-25-50Z -> 2025-02-08T19-14-21Z

This commit is contained in:
R. Ryantm
2025-02-16 17:42:10 +01:00
committed by Pascal Bach
parent 33df34994e
commit 5b2a6ebed1
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "minio-client";
version = "2025-01-17T23-25-50Z";
version = "2025-02-08T19-14-21Z";
src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "sha256-ezc5SMJfebvaSrpUeA6dIPS5l9rfkvSMVyGLTDPiWxE=";
sha256 = "sha256-dUFpw5hLaLaDD6bhp5DUQBlkZdnQBYBQxTNFnzuk3ig=";
};
vendorHash = "sha256-Z0dpb6E+wTCmTLBIZzvjRM5RPUsIjAhTj+V+Q3CHwv0=";
vendorHash = "sha256-l2IZO38kgg/kax+13jAPJDao76rXUx1S4hFuOypinn4=";
subPackages = [ "." ];