elasticsearch_kopf: 1.5.7 -> 2.1.1
This commit is contained in:
parent
1d0627bccc
commit
342c289d12
|
@ -94,10 +94,10 @@ in {
|
||||||
elasticsearch_kopf = esPlugin rec {
|
elasticsearch_kopf = esPlugin rec {
|
||||||
name = "elasticsearch-kopf-${version}";
|
name = "elasticsearch-kopf-${version}";
|
||||||
pluginName = "elasticsearch-kopf";
|
pluginName = "elasticsearch-kopf";
|
||||||
version = "1.5.7";
|
version = "2.1.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/lmenezes/elasticsearch-kopf/archive/v${version}.zip";
|
url = "https://github.com/lmenezes/elasticsearch-kopf/archive/v${version}.zip";
|
||||||
sha256 = "0mq6jmjb4ldi03m431kzr7ly0bf7mdim7s5dx4wplb85gyhscns1";
|
sha256 = "1nwwd92g0jxhfpkxb1a9z5a62naa1y7hvlx400dm6mwwav3mrf4v";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/lmenezes/elasticsearch-kopf;
|
homepage = https://github.com/lmenezes/elasticsearch-kopf;
|
||||||
|
|
Loading…
Reference in New Issue