Unverified Commit b5c75732 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #210720 from r-ryantm/auto-update/minio-client

minio-client: 2022-12-13T00-23-28Z -> 2023-01-11T03-14-16Z
parents fee40259 a4754b6c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "minio-client";
  version = "2022-12-13T00-23-28Z";
  version = "2023-01-11T03-14-16Z";

  src = fetchFromGitHub {
    owner = "minio";
    repo = "mc";
    rev = "RELEASE.${version}";
    sha256 = "sha256-wRkpc1S9booT9jVrDdmuj1eQInXafax2ZGvHgcuoiTA=";
    sha256 = "sha256-wxI4m4RAvi2YCx+RWO9HQyn927O3PUJ/A9i/5IOtbZ8=";
  };

  vendorSha256 = "sha256-D3d+aSEe1d1Tw0//L8MGuZHt5GjURTn3Vni9l4BafEI=";
  vendorHash = "sha256-Exhw9H+qayQnpT4qCaeOsmbTCmCy80UKk8ZxDuOOHcA=";

  subPackages = [ "." ];