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 cad9e2e commit 58923b7Copy full SHA for 58923b7
pkgs/tools/networking/minio-client/default.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "minio-client";
5
- version = "2024-09-09T07-53-10Z";
+ version = "2024-09-16T17-43-14Z";
6
7
src = fetchFromGitHub {
8
owner = "minio";
9
repo = "mc";
10
rev = "RELEASE.${version}";
11
- sha256 = "sha256-K0FuG7c8sD4ingJH/al7TBoTCHKGad7I2RYheTjqAR0=";
+ sha256 = "sha256-j9NEeTUP/pkEhywhNasQQzTwUBcUwq+KVEGGB1hzVw0=";
12
};
13
14
vendorHash = "sha256-KNnYxE3kt/eemnhsRf29SZX0Q+ECzdMFVgcmd7uCsyY=";
0 commit comments