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

minio: 2024-02-26T09-33-48Z -> 2024-03-07T00-43-48Z
This commit is contained in:
Pascal Bach 2024-03-10 22:41:30 +01:00 committed by GitHub
commit 481f4a7d4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;