We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b9208 commit a448f5cCopy full SHA for a448f5c
pkgs/by-name/mi/minio-client/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "minio-client";
10
- version = "2024-11-21T17-21-54Z";
+ version = "2025-01-17T23-25-50Z";
11
12
src = fetchFromGitHub {
13
owner = "minio";
14
repo = "mc";
15
rev = "RELEASE.${version}";
16
- sha256 = "sha256-z6ixa5nrKcrvaBC1V6/iXCeHFO4xOkFf/yJ8HLQQcaY=";
+ sha256 = "sha256-ezc5SMJfebvaSrpUeA6dIPS5l9rfkvSMVyGLTDPiWxE=";
17
};
18
19
- vendorHash = "sha256-teG+GrzmUgJ6QhcxDSbWXP32hRuCgoCvH2BoNL8ddUc=";
+ vendorHash = "sha256-Z0dpb6E+wTCmTLBIZzvjRM5RPUsIjAhTj+V+Q3CHwv0=";
20
21
subPackages = [ "." ];
22
0 commit comments