meilisearch: 1.0.0 -> 1.0.1
This commit is contained in:
parent
b53bd4a5f0
commit
c420236aaa
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
, nixosTests
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "1.0.0";
|
let version = "1.0.1";
|
||||||
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-XWPJldWxe8iply7XtmDem1gfbNuuaWuFdMfuCbcU6tc=";
|
hash = "sha256-PARvz1LEEgmelku69ywKditAx0G4xJnEL6dYIh1IYTM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-v8P4pbTJ/t9TgB07tyhn3y8q65xILFTbBgziw5kuxUQ=";
|
cargoHash = "sha256-p9X2l5nUR02Emo6dt6LsrO2Vef4dbCvCljaXL9imnFs=";
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
Loading…
Reference in a new issue