forked from mirrors/nixpkgs
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
This commit is contained in:
parent
90d1f9b095
commit
569c594e8e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue