aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/minio
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2019-02-28 09:26:11 -0600
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-28 16:26:11 +0100
commit569c594e8e8005c7cb865ba4947dd26550ea5d12 (patch)
treeceace48092ed4984fc6f47e0e23f7226393664d8 /pkgs/servers/minio
parent90d1f9b095a714b095d82f578114f1c519baa90c (diff)
minio: 2019-01-31 -> 2019-02-26 (#56475)
https://github.com/minio/minio/releases/tag/RELEASE.2019-02-26T19-51-46Z https://github.com/minio/minio/releases/tag/RELEASE.2019-02-20T22-44-29Z (security) https://github.com/minio/minio/releases/tag/RELEASE.2019-02-14T00-21-45Z https://github.com/minio/minio/releases/tag/RELEASE.2019-02-12T21-58-47Z (critical) https://github.com/minio/minio/releases/tag/RELEASE.2019-02-06T21-16-36Z
Diffstat (limited to 'pkgs/servers/minio')
-rw-r--r--pkgs/servers/minio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/minio/default.nix b/pkgs/servers/minio/default.nix
index 1dcac1f9a822..faec807c4b8e 100644
--- a/pkgs/servers/minio/default.nix
+++ b/pkgs/servers/minio/default.nix
@@ -2,13 +2,13 @@
buildGoPackage rec {
name = "minio-${version}";
- version = "2019-01-31T00-31-19Z";
+ version = "2019-02-26T19-51-46Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
- sha256 = "0rvvjgnbk9khi443bahrg6iqa5lhmv8gydg96vgkrby13r1yy84k";
+ sha256 = "1f2c7wzcb47msb0iqrcc0idz39wdm9fz61q835ks1nx4qs6hi2db";
};
goPackagePath = "github.com/minio/minio";