about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-03-23 11:07:21 +0100
committerGitHub <noreply@github.com>2023-03-23 11:07:21 +0100
commit46c5c6e90fdbfbdfaad522bca7de9fb4df6e1bf6 (patch)
tree9f8576d5b409f757a7b1e3a82be19721e84b5c66
parentac4638a33a56cfc3bd250b9c679a95420521edb5 (diff)
parent91faebb585c5c0c5efbc32440a512e26c127a279 (diff)
Merge pull request #221067 from r-ryantm/auto-update/minio
minio: 2023-02-27T18-10-45Z -> 2023-03-13T19-46-17Z
-rw-r--r--pkgs/servers/minio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/minio/default.nix b/pkgs/servers/minio/default.nix
index ff50634412999..d66397c761ca4 100644
--- a/pkgs/servers/minio/default.nix
+++ b/pkgs/servers/minio/default.nix
@@ -15,16 +15,16 @@ let
 in
 buildGoModule rec {
   pname = "minio";
-  version = "2023-02-27T18-10-45Z";
+  version = "2023-03-13T19-46-17Z";
 
   src = fetchFromGitHub {
     owner = "minio";
     repo = "minio";
     rev = "RELEASE.${version}";
-    sha256 = "sha256-0Qz64uNe5rkHOUepzCYUdeyP1ZXzY3Bi1LUvQw2quPA=";
+    sha256 = "sha256-dv1u/D0tU1PD6YfrDFICIC1S0Y4xgNcwYSTl9rJlufs=";
   };
 
-  vendorHash = "sha256-b/2/VTIVJyWNm6j+GyhbOKsIl9B0Nqw2fbpBw20Wicw=";
+  vendorHash = "sha256-iBgvfnXQnh5ZV8QsK6nK6hiHVB7l+ui7tVTGfa/Vuhc=";
 
   doCheck = false;