meilisearch: 0.30.5 -> 1.0.0
https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0
This commit is contained in:
@@ -115,7 +115,7 @@ in
|
|||||||
MEILI_HTTP_ADDR = "${cfg.listenAddress}:${toString cfg.listenPort}";
|
MEILI_HTTP_ADDR = "${cfg.listenAddress}:${toString cfg.listenPort}";
|
||||||
MEILI_NO_ANALYTICS = toString cfg.noAnalytics;
|
MEILI_NO_ANALYTICS = toString cfg.noAnalytics;
|
||||||
MEILI_ENV = cfg.environment;
|
MEILI_ENV = cfg.environment;
|
||||||
MEILI_DUMPS_DIR = "/var/lib/meilisearch/dumps";
|
MEILI_DUMP_DIR = "/var/lib/meilisearch/dumps";
|
||||||
MEILI_LOG_LEVEL = cfg.logLevel;
|
MEILI_LOG_LEVEL = cfg.logLevel;
|
||||||
MEILI_MAX_INDEX_SIZE = cfg.maxIndexSize;
|
MEILI_MAX_INDEX_SIZE = cfg.maxIndexSize;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "0.30.5";
|
let version = "1.0.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "meilisearch";
|
pname = "meilisearch";
|
||||||
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
|
|||||||
owner = "meilisearch";
|
owner = "meilisearch";
|
||||||
repo = "MeiliSearch";
|
repo = "MeiliSearch";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-DvMMBF5Z2VdV3ObuD/gquZeimglyzFFVzgUq+/ra+Hc=";
|
hash = "sha256-XWPJldWxe8iply7XtmDem1gfbNuuaWuFdMfuCbcU6tc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-vA3DhGc0EuSdUeXYyG5iuuy7yK+22xPJjI67+/ctUFA=";
|
cargoHash = "sha256-v8P4pbTJ/t9TgB07tyhn3y8q65xILFTbBgziw5kuxUQ=";
|
||||||
|
|
||||||
# Default features include mini dashboard which downloads something from the internet.
|
# Default features include mini dashboard which downloads something from the internet.
|
||||||
buildNoDefaultFeatures = true;
|
buildNoDefaultFeatures = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user