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

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

minio: 2024-02-26T09-33-48Z -> 2024-03-07T00-43-48Z
parents 2771ef46 50c2fb3d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,16 +21,16 @@ let
in
buildGoModule rec {
  pname = "minio";
  version = "2024-02-26T09-33-48Z";
  version = "2024-03-07T00-43-48Z";

  src = fetchFromGitHub {
    owner = "minio";
    repo = "minio";
    rev = "RELEASE.${version}";
    hash = "sha256-V5Pmp36YA0u1Z2SBNdJZAHQuA3PgVKHmIJlDElhS24s=";
    hash = "sha256-W82479M4Bgq1ERpiAR6Zc5YDr8vADOtQThV6lSlDuTs=";
  };

  vendorHash = "sha256-0EymK7jQhr+NJDg1zgWpcniV5zZ33Av6zpq0IDuWw7M=";
  vendorHash = "sha256-VHokz58pSZd2Tt3hG8MgpeilEMFGjOZ/y6YKt9Fe5xw=";

  doCheck = false;