minio: 2024-11-07T00-52-20Z -> 2024-12-13T22-19-12Z

This commit is contained in:
R. Ryantm
2024-12-17 23:53:21 +00:00
committed by Pascal Bach
parent d415694850
commit c1d49d899c

View File

@@ -30,16 +30,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2024-11-07T00-52-20Z";
version = "2024-12-13T22-19-12Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
hash = "sha256-vWrNqfB41Y3MAF9PuyopIDrGq4Bj41Y4gISbN6nO0zU=";
hash = "sha256-/ntz0N59RPO1mcVWz5y3bzl8JwYsGRzOczo6cMWaqYw=";
};
vendorHash = "sha256-yYAEh4L1eStx0/bID0+wZ5kdqPYshJrSZgVGuXgtgvs=";
vendorHash = "sha256-HCU4zGlNoGdC2tV6coDWtvf/JYwwSnNxdFSJIv77q/g=";
doCheck = false;