Skip to content

Commit

Permalink
Merge pull request #37740 from bachp/minio-security
Browse files Browse the repository at this point in the history
minio: 2018-02-09T22-40-05Z -> 2018-03-19T19-22-06Z
  • Loading branch information
Mic92 authored Mar 25, 2018
2 parents 8c2c82b + a76a8cc commit 1d3058d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/minio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
buildGoPackage rec {
name = "minio-${version}";

version = "2018-02-09T22-40-05Z";
version = "2018-03-19T19-22-06Z";

src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "0qxrzmkm5hza5xbx9dkrgadwjg3hykwf79hix3s0laqyksmpj9mk";
sha256 = "0cqvam7i8caqlb0jdn89s1k18gfy4yndsszj7d81qg2sns0p5zgm";
};

goPackagePath = "github.com/minio/minio";
Expand Down

0 comments on commit 1d3058d

Please sign in to comment.