Skip to content

Commit

Permalink
minio-latest: 2023-09-07T02-05-02Z -> 2023-09-16T01-01-47Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2023
1 parent 2211d26 commit 72921e5
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 @@ -17,16 +17,16 @@ let
in
buildGoModule rec {
pname = "minio-latest";
version = "2023-09-07T02-05-02Z";
version = "2023-09-16T01-01-47Z";

src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-6Nps6h632OTXIuuiLSLt3kgBQfB5sBZ1O0bs6ltjtg8=";
sha256 = "sha256-9QU1RG1McMYSRB5y1JYMSS66oIN1TzD8i6HrPN1B174=";
};

vendorSha256 = "sha256-w4t60CE7QMqKK2eQpD+D6Uiy62ibyASXCm8aRMfntsQ=";
vendorSha256 = "sha256-fcaMYm7Tw5zqtHhPzmUS/5E7AYI8P2fuxT2sDQwNttc=";

doCheck = false;

Expand Down

0 comments on commit 72921e5

Please sign in to comment.