Skip to content

Commit

Permalink
quickwit: 0.6.3 -> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds authored and Yt committed Oct 5, 2023
1 parent 630e69d commit 47ed687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/search/quickwit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

let
pname = "quickwit";
version = "0.6.3";
version = "0.6.4";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
Expand All @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
owner = "quickwit-oss";
repo = pname;
rev = "v${version}";
hash = "sha256-u8t6QIoislQUQO/xMKfNx/vVTgeEoh8ZIhJ+RvD3YCw=";
hash = "sha256-stlm3oDMQVoMza3s4JApynXbzhrarfXw3uAxGMZQJqs=";
};

postPatch = ''
Expand Down

0 comments on commit 47ed687

Please sign in to comment.