Skip to content

Commit

Permalink
minio: 20160821 -> 20161213
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Gloster <mail@glob.in>
  • Loading branch information
Dhananjay Balan authored and globin committed Jan 16, 2017
1 parent e5f353d commit 339313c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/minio/default.nix
Expand Up @@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
name = "minio-${shortVersion}";

shortVersion = "20160821";
longVersion = "2016-08-21T02:44:47Z";
shortVersion = "20161213";
longVersion = "2016-12-13T17:19:42Z";

src = fetchurl {
url = "https://github.com/minio/minio/archive/RELEASE.${lib.replaceStrings [":"] ["-"] longVersion}.tar.gz";
sha256 = "159196bnb4b7f00jh9gll9kqqxq1ifxv1kg5bd6yjpqf5qca4pkn";
sha256 = "1x23arrah54q2zqhgpyag531mimvs0wx6ap0hdrn4mygy5dahrqs";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 339313c

Please sign in to comment.