Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
minio-client: 2018-12-05T22-59-07Z -> 2018-12-27T00-37-49Z
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jan 8, 2019
1 parent 6c6a899 commit fd90297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/minio-client/default.nix
Expand Up @@ -3,13 +3,13 @@
buildGoPackage rec {
name = "minio-client-${version}";

version = "2018-12-05T22-59-07Z";
version = "2018-12-27T00-37-49Z";

src = fetchFromGitHub {
owner = "minio";
repo = "mc";
rev = "RELEASE.${version}";
sha256 = "01vjgs96sb792rggc7da9fzbpam5pyr7x9zd4r8wv6jc6xnv7n3x";
sha256 = "1hbw3yam5lc9414f3f8yh32ycj0wz2xc934ksvjnrhkk4xzyal6h";
};

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

0 comments on commit fd90297

Please sign in to comment.