Skip to content

Commit a344c6c

Browse files
fadenbglobin
authored andcommittedMay 9, 2017
elasticsearch_kopf: 1.5.7 -> 2.1.1
(cherry picked from commit 342c289)
1 parent 9ddc0ab commit a344c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/search/elasticsearch/plugins.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ in {
9494
elasticsearch_kopf = esPlugin rec {
9595
name = "elasticsearch-kopf-${version}";
9696
pluginName = "elasticsearch-kopf";
97-
version = "1.5.7";
97+
version = "2.1.1";
9898
src = fetchurl {
9999
url = "https://github.com/lmenezes/elasticsearch-kopf/archive/v${version}.zip";
100-
sha256 = "0mq6jmjb4ldi03m431kzr7ly0bf7mdim7s5dx4wplb85gyhscns1";
100+
sha256 = "1nwwd92g0jxhfpkxb1a9z5a62naa1y7hvlx400dm6mwwav3mrf4v";
101101
};
102102
meta = {
103103
homepage = https://github.com/lmenezes/elasticsearch-kopf;

0 commit comments

Comments
 (0)
Please sign in to comment.