about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-04-30 09:15:59 +0200
committerGitHub <noreply@github.com>2024-04-30 09:15:59 +0200
commit724008de6a49bb7347a106ca2a5ee83c448ed60d (patch)
treee4b6ab98d9d00b4ff7aac2b36d1b622f389b3f06 /pkgs/tools/networking
parent9fa96b006bb8055c0219266c7d0d842524cbef31 (diff)
parent46dd7005743db6d3a66b0b5a794edbb27c614c78 (diff)
Merge pull request #307892 from r-ryantm/auto-update/minio-client
minio-client: 2024-04-18T16-45-29Z -> 2024-04-29T09-56-05Z
Diffstat (limited to 'pkgs/tools/networking')
-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 3b09ddf5694d6..b9e23b6548ef5 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 = "2024-04-18T16-45-29Z";
+  version = "2024-04-29T09-56-05Z";
 
   src = fetchFromGitHub {
     owner = "minio";
     repo = "mc";
     rev = "RELEASE.${version}";
-    sha256 = "sha256-aEhkk1nB8CGzuZfD8a62RwzcvF2HZTm1LPfb13c6x9Q=";
+    sha256 = "sha256-Fx7D8w5cPrl/TFmMIGZxn00BC0AYaLEh6K1PQ10jTBQ=";
   };
 
-  vendorHash = "sha256-qb4gR//8UzJAJ5WthfyxYwhR3YCwUGxfy8aRMW2MXks=";
+  vendorHash = "sha256-vqPSzzNIvy+9J9bPE4hxWvRPuPKpB8ahuu6ENnFmfJ0=";
 
   subPackages = [ "." ];