Skip to content

Commit

Permalink
minio-latest: 2024-11-07T00-52-20Z -> 2024-12-13T22-19-12Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2024
1 parent c93b951 commit 436b165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/minio-latest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ let
in
buildGoModule rec {
pname = "minio-latest";
version = "2024-11-07T00-52-20Z";
version = "2024-12-13T22-19-12Z";

src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-vWrNqfB41Y3MAF9PuyopIDrGq4Bj41Y4gISbN6nO0zU=";
sha256 = "sha256-/ntz0N59RPO1mcVWz5y3bzl8JwYsGRzOczo6cMWaqYw=";
};

vendorHash = "sha256-yYAEh4L1eStx0/bID0+wZ5kdqPYshJrSZgVGuXgtgvs=";
vendorHash = "sha256-HCU4zGlNoGdC2tV6coDWtvf/JYwwSnNxdFSJIv77q/g=";

doCheck = false;

Expand Down

0 comments on commit 436b165

Please sign in to comment.