Skip to content

Commit

Permalink
Merge pull request #123130 from NULLx76/update-minio
Browse files Browse the repository at this point in the history
minio: 2021-04-22T15-44-28Z -> 2021-05-11T23-27-41Z
  • Loading branch information
SuperSandro2000 committed May 15, 2021
2 parents cc7fe8f + a70ed46 commit a7956ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/minio/default.nix
Expand Up @@ -15,22 +15,22 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2021-04-22T15-44-28Z";
version = "2021-05-11T23-27-41Z";

src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "147a4vgf2hdpbndska443axzvxx56bmc0011m3cq4ca1vm783k8q";
sha256 = "0yljq4lm9maz73ha9m38ljv977999p57rfkzybgzbjjrijgszm2b";
};

vendorSha256 = "0qj1zab97q8s5gy7a304wqi832y8m083cnk8hllz8lz9yjcw6q92";
vendorSha256 = "1dm8nbg86zvxakc7h4dafqb035sc5x6viz8p409l22l695qrp6bi";

doCheck = false;

subPackages = [ "." ];

patchPhase = ''
postPatch = ''
sed -i "s/Version.*/Version = \"${versionToTimestamp version}\"/g" cmd/build-constants.go
sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${version}\"/g" cmd/build-constants.go
sed -i "s/CommitID.*/CommitID = \"${src.rev}\"/g" cmd/build-constants.go
Expand Down

0 comments on commit a7956ba

Please sign in to comment.