Skip to content

Commit

Permalink
Merge pull request #389 from linyinfeng/create-pull-request/update
Browse files Browse the repository at this point in the history
Automated update
  • Loading branch information
mergify[bot] authored Sep 16, 2023
2 parents 2211d26 + 1cd200d commit e850da7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 e850da7

Please sign in to comment.