minio: 2025-03-12T18-04-18Z -> 2025-04-22T22-12-26Z

This commit is contained in:
R. Ryantm 2025-04-24 00:00:58 +00:00 committed by Pascal Bach
parent 3545ba9b34
commit 16ca517559

View file

@ -30,16 +30,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2025-03-12T18-04-18Z";
version = "2025-04-22T22-12-26Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
hash = "sha256-wN8eiBn1XGsaxeuFvJ9KJtL5flBfNq0dYcuIbkgl2Ko=";
hash = "sha256-BC633G27Zuhzk4DCLxtMGyWkQyo/3ObaIod7mDLPAqs=";
};
vendorHash = "sha256-z8uaMUdboJzQ2pSeG6IGhArnxH40+INrBAjpnmZMdg8=";
vendorHash = "sha256-F7texxlSLNVjhlAZPtYYnAd91FIF/BNpq7t1dLaDUpk=";
doCheck = false;