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 b9ada94 commit 4f6b60bCopy full SHA for 4f6b60b
pkgs/servers/minio/default.nix
@@ -21,16 +21,16 @@ let
21
in
22
buildGoModule rec {
23
pname = "minio";
24
- version = "2024-06-28T09-06-49Z";
+ version = "2024-07-04T14-25-45Z";
25
26
src = fetchFromGitHub {
27
owner = "minio";
28
repo = "minio";
29
rev = "RELEASE.${version}";
30
- hash = "sha256-txCLzA65VOjOVD6SExefXKUMbD7WeXT9a9LNwoA4reU=";
+ hash = "sha256-3JwfSiddVzyn8+vaj9bOHs3BHx8Okc/BC8C65ageYNM=";
31
};
32
33
- vendorHash = "sha256-KDHmLRmnbfGiS4ZeT4CZlzOkxv9GXyNfFYzSXfylLIg=";
+ vendorHash = "sha256-8sgi21P1dwVfSAH/26NNso7S6RzTOmkNh3cGNYmEhXY=";
34
35
doCheck = false;
36
0 commit comments