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

minio: 2024-05-10T01-41-38Z -> 2024-05-27T19-17-46Z
This commit is contained in:
Pascal Bach 2024-05-28 21:54:45 +02:00 committed by GitHub
commit 6e23642ee6
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-05-10T01-41-38Z";
version = "2024-05-27T19-17-46Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
hash = "sha256-qYNyAfWdmQPMIwHEzSlA4nf93aFkR1TvulOVNf46wAI=";
hash = "sha256-8ZoTRYsY8aXy0wxN38xFhi7EskBin5s9xOG0sXUC4gU=";
};
vendorHash = "sha256-fyNOROkByuH5oEnYiQd0XhqqDKL4EnOEZedXCBI6BuY=";
vendorHash = "sha256-hiy1pzB+DOjbs/eUv6zXYIrGzSXfVp36jrcs+Bw8Mrs=";
doCheck = false;