materialize: 0.84.2 -> 0.87.2

Diff:
https://github.com/MaterializeInc/materialize/compare/refs/tags/v0.84.2...0.87.2
This commit is contained in:
Gaetan Lepage 2024-12-05 18:45:56 +01:00
parent 1137de9dc3
commit f3c3d07d01

View File

@ -93,14 +93,14 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "materialize";
version = "0.84.2";
version = "0.87.2";
MZ_DEV_BUILD_SHA = "000000000000000000000000000000000000000000000000000";
src = fetchFromGitHub {
owner = "MaterializeInc";
repo = "materialize";
hash = "sha256-+cvTCiTbuaPYPIyDxQlMWdJA5/6cbMoiTcSmjj5KPjs=";
tag = "v${version}";
hash = "sha256-EHhN+avUxzwKU48MubiMM40W9J93yZlNqV+xeP44dl0=";
fetchSubmodules = true;
};
@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
};
useFetchCargoVendor = true;
cargoHash = "sha256-EHVuwVYPZKaoP3GYtJpYJaKG3CLsy9CWuEmajF4P7Qc=";
cargoHash = "sha256-+OREisZ/vw3Oi5MNCYn7u06pZKtf+2trlGyn//uAGws=";
nativeBuildInputs =
[