File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/me/meilisearch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage ( finalAttrs : {
1010 pname = "meilisearch" ;
11- version = "1.36 .0" ;
11+ version = "1.37 .0" ;
1212
1313 src = fetchFromGitHub {
1414 owner = "meilisearch" ;
1515 repo = "meilisearch" ;
1616 tag = "v${ finalAttrs . version } " ;
17- hash = "sha256-yHLSuGWhBmMkWoV3L+oBzpN0fv52gRnJnZDjgXnyHaQ =" ;
17+ hash = "sha256-JYjc9B4PCj6BR5sBJ1sYnkX+s/81p9izt1nUm5CSOV4 =" ;
1818 } ;
1919
2020 cargoBuildFlags = [ "--package=meilisearch" ] ;
2121
22- cargoHash = "sha256-PxyGw2ZbXkwuXJsqZd6MWwTQdnsE5YWBSgaEZOR0e2g =" ;
22+ cargoHash = "sha256-7t9kiXSD1xSBSyxC0RG9uJaIHg1c9ytbBGB3LdaBll4 =" ;
2323
2424 # Default features include mini dashboard which downloads something from the internet.
2525 buildNoDefaultFeatures = true ;
You can’t perform that action at this time.
0 commit comments