about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-02-21 13:15:41 -0800
committerGitHub <noreply@github.com>2021-02-21 13:15:41 -0800
commit1b60600b67f9c5f7aa41770e5fe6c45acd38b1c9 (patch)
tree1180446b4a86eaddd646c4fc91aab1d463b2a890 /pkgs
parentda1e78e5340c9ebe6e803bd3fcff85cabd99226d (diff)
parentba701c3cc5b6a451ff995a0f018e7368754c6aa2 (diff)
Merge pull request #113853 from r-ryantm/auto-update/minio-client
minio-client: 2021-02-14T04-28-06Z -> 2021-02-19T05-34-40Z
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/minio-client/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/minio-client/default.nix b/pkgs/tools/networking/minio-client/default.nix
index 7335a7a55360c..a6c50e46205a1 100644
--- a/pkgs/tools/networking/minio-client/default.nix
+++ b/pkgs/tools/networking/minio-client/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "minio-client";
-  version = "2021-02-14T04-28-06Z";
+  version = "2021-02-19T05-34-40Z";
 
   src = fetchFromGitHub {
     owner = "minio";
     repo = "mc";
     rev = "RELEASE.${version}";
-    sha256 = "sha256-Wef8HyJVffDb+ZdVPZOxguIFBC0B9s/1u39j7uXWSnw=";
+    sha256 = "sha256-tkNGWX0QyMlMw+wB8wkYuGfveln6NUoIBLPscRHnQT4=";
   };
 
-  vendorSha256 = "sha256-V/fsFfc1QbPR/ouW/9AqGeVhLSbDg6NHPqZYa4Fpx6I=";
+  vendorSha256 = "sha256-6l8VcHTSZBbFe96rzumMCPIVFVxUMIWoqiBGMtrx75U=";
 
   doCheck = false;