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

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

minio: 2024-02-24T17-11-14Z -> 2024-02-26T09-33-48Z
parents 286977c0 7305821c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,17 +43,17 @@ import ./make-test-python.nix ({ pkgs, ... }:

        # Minio requires at least 1GiB of free disk space to run.
        virtualisation.diskSize = 4 * 1024;

        # Minio pre allocates 2GiB or memory, reserve some more
        virtualisation.memorySize = 4096;
      };
    };

    testScript = ''
      import time

      start_all()
      # simulate manually editing root credentials file
      machine.wait_for_unit("multi-user.target")
      machine.copy_from_host("${credsPartial}", "${rootCredentialsFile}")
      time.sleep(3)
      machine.copy_from_host("${credsFull}", "${rootCredentialsFile}")

      machine.wait_for_unit("minio.service")
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ let
in
buildGoModule rec {
  pname = "minio";
  version = "2024-02-24T17-11-14Z";
  version = "2024-02-26T09-33-48Z";

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

  vendorHash = "sha256-0EymK7jQhr+NJDg1zgWpcniV5zZ33Av6zpq0IDuWw7M=";