Skip to content

Commit a448f5c

Browse files
r-ryantmbachp
authored andcommitted
minio-client: 2024-11-21T17-21-54Z -> 2025-01-17T23-25-50Z
1 parent 37b9208 commit a448f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/minio-client/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "minio-client";
10-
version = "2024-11-21T17-21-54Z";
10+
version = "2025-01-17T23-25-50Z";
1111

1212
src = fetchFromGitHub {
1313
owner = "minio";
1414
repo = "mc";
1515
rev = "RELEASE.${version}";
16-
sha256 = "sha256-z6ixa5nrKcrvaBC1V6/iXCeHFO4xOkFf/yJ8HLQQcaY=";
16+
sha256 = "sha256-ezc5SMJfebvaSrpUeA6dIPS5l9rfkvSMVyGLTDPiWxE=";
1717
};
1818

19-
vendorHash = "sha256-teG+GrzmUgJ6QhcxDSbWXP32hRuCgoCvH2BoNL8ddUc=";
19+
vendorHash = "sha256-Z0dpb6E+wTCmTLBIZzvjRM5RPUsIjAhTj+V+Q3CHwv0=";
2020

2121
subPackages = [ "." ];
2222

0 commit comments

Comments
 (0)