We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9ddc0ab commit a344c6cCopy full SHA for a344c6c
pkgs/servers/search/elasticsearch/plugins.nix
@@ -94,10 +94,10 @@ in {
94
elasticsearch_kopf = esPlugin rec {
95
name = "elasticsearch-kopf-${version}";
96
pluginName = "elasticsearch-kopf";
97
- version = "1.5.7";
+ version = "2.1.1";
98
src = fetchurl {
99
url = "https://github.com/lmenezes/elasticsearch-kopf/archive/v${version}.zip";
100
- sha256 = "0mq6jmjb4ldi03m431kzr7ly0bf7mdim7s5dx4wplb85gyhscns1";
+ sha256 = "1nwwd92g0jxhfpkxb1a9z5a62naa1y7hvlx400dm6mwwav3mrf4v";
101
};
102
meta = {
103
homepage = https://github.com/lmenezes/elasticsearch-kopf;
0 commit comments