Skip to content

Commit

Permalink
minio: 2023-08-16T20-17-30Z -> 2023-09-07T02-05-02Z
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 17, 2023
1 parent 948e875 commit ab0f9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/minio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2023-08-16T20-17-30Z";
version = "2023-09-07T02-05-02Z";

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

vendorHash = "sha256-KYbfHYls77OH8IWCnO9dSevrJ+2fZmpRQPCKfKCyXME=";
vendorHash = "sha256-w4t60CE7QMqKK2eQpD+D6Uiy62ibyASXCm8aRMfntsQ=";

doCheck = false;

Expand Down

0 comments on commit ab0f9a2

Please sign in to comment.