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-07-31T02-28-53Z -> 2018-12-05T22-59-07Z
Browse files Browse the repository at this point in the history
  • Loading branch information
tilpner committed Dec 11, 2018
1 parent d08187e commit 380fce5
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-07-31T02-28-53Z";
version = "2018-12-05T22-59-07Z";

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

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

0 comments on commit 380fce5

Please sign in to comment.