minio: 2018-01-02T23-07-00Z -> 2018-01-18T20-33-21Z
Critical security fix that fixes an issue that allows bypassing authentication. See: https://blog.minio.io/minio-release-jan-18-2018-security-advisory-4c64ca87721b
This commit is contained in:
parent
c278dd0b9d
commit
11e91c61ef
@ -3,13 +3,13 @@
|
|||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "minio-${version}";
|
name = "minio-${version}";
|
||||||
|
|
||||||
version = "2018-01-02T23-07-00Z";
|
version = "2018-01-18T20-33-21Z";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "minio";
|
owner = "minio";
|
||||||
repo = "minio";
|
repo = "minio";
|
||||||
rev = "RELEASE.${version}";
|
rev = "RELEASE.${version}";
|
||||||
sha256 = "1bpiy6q9782mxs5f5lzw6c7zx83s2i68rf5f65xa9z7cyl19si74";
|
sha256 = "102rilh1kjf9y6g6y83ikk42w7g1sbld11md3wm54hynyh956xrs";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/minio/minio";
|
goPackagePath = "github.com/minio/minio";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user