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

minio: 2024-02-24T17-11-14Z -> 2024-02-26T09-33-48Z
This commit is contained in:
Pascal Bach
2024-03-03 11:22:22 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -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
View File
@@ -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=";