minio: 2024-09-22T00-33-43Z -> 2024-11-07T00-52-20Z

This commit is contained in:
R. Ryantm
2024-12-07 14:36:43 +01:00
committed by Pascal Bach
parent f809e389dd
commit 3b299a3c9b
+3 -3
View File
@@ -21,16 +21,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2024-09-22T00-33-43Z";
version = "2024-11-07T00-52-20Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
hash = "sha256-/2H79fJYdusFNBXj/2i4p+O16wseHzPzJ5LnS1O+Gm4=";
hash = "sha256-vWrNqfB41Y3MAF9PuyopIDrGq4Bj41Y4gISbN6nO0zU=";
};
vendorHash = "sha256-MDClQjCh/ygdbybE4jIoWGBsqr3roNn7stXUw9eoN2Y=";
vendorHash = "sha256-yYAEh4L1eStx0/bID0+wZ5kdqPYshJrSZgVGuXgtgvs=";
doCheck = false;