quickwit: 0.6.3 -> 0.6.4

This commit is contained in:
Jonathan Davies
2023-10-05 08:00:53 +00:00
committed by Yt
parent 630e69dd37
commit 47ed687e6e
+2 -2
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 = ''