quickwit: 0.6.3 -> 0.6.4

This commit is contained in:
Jonathan Davies 2023-10-05 00:17:44 +01:00 committed by Yt
parent 630e69dd37
commit 47ed687e6e

View file

@ -9,7 +9,7 @@
let
pname = "quickwit";
version = "0.6.3";
version = "0.6.4";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@ -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 = ''