Skip to content

Commit

Permalink
minio-latest: 2024-12-13T22-19-12Z -> 2024-12-18T13-15-44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent b388de6 commit aeea2f8
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-12-13T22-19-12Z";
version = "2024-12-18T13-15-44Z";

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

vendorHash = "sha256-HCU4zGlNoGdC2tV6coDWtvf/JYwwSnNxdFSJIv77q/g=";
vendorHash = "sha256-LshfxzHVFB/esukSGdWYjFn47PZ5rjIoZVcqw2IijIc=";

doCheck = false;

Expand Down

0 comments on commit aeea2f8

Please sign in to comment.