Unverified Commit 1e0a1809 authored by Yt's avatar Yt Committed by GitHub
Browse files

meilisearch: 1.31.0 -> 1.32.0 (#479712)

parents f187fe29 6273fa25
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "meilisearch";
  version = "1.31.0";
  version = "1.32.0";

  src = fetchFromGitHub {
    owner = "meilisearch";
    repo = "meilisearch";
    tag = "v${finalAttrs.version}";
    hash = "sha256-xwQxvyOaldcSyJBjQKLXTayvr3r9EwnXovkqs13XrUY=";
    hash = "sha256-kif2f63eKZsZQrGvgTXNB6r3G5q+zyXx0+i8bXvmKAg=";
  };

  cargoBuildFlags = [ "--package=meilisearch" ];

  cargoHash = "sha256-gvXViWVgu3mAE29Qmk7U2wMV96JYCm3CDcEKLoLwNqg=";
  cargoHash = "sha256-Wa6UYpRI/DsEq9p+nwcMiVru+1+94XhYyT6MLxBBQPc=";

  # Default features include mini dashboard which downloads something from the internet.
  buildNoDefaultFeatures = true;