materialize: 0.8.1 -> 0.8.3
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
e37a0aa5d9
commit
5480cb98ec
1 changed files with 5 additions and 5 deletions
|
@ -40,17 +40,17 @@ let
|
|||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "materialize";
|
||||
version = "0.8.1";
|
||||
rev = "ef996c54db7c9504690b9f230a4a676ae1fb617f";
|
||||
version = "0.8.3";
|
||||
rev = "3e47d280945f0ddbdc263fc643f067649f66eda1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MaterializeInc";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1lrv0q191rhdqk316557qk2a6b00vrf07j1g63ri6mp8ad1g8gk3";
|
||||
sha256 = "15635hcw04nms133k9l5582xbk7frc86nka91yaafl63q6pwbdvg";
|
||||
};
|
||||
|
||||
cargoSha256 = "0fx7m1ci4zak7sm71kdiaj2l29rlqax15hd424i9yn4aj1bd358b";
|
||||
cargoSha256 = "1fxqjhjs4bqq6nzax7xrhwjpv57dk90iw9fl8ilp41wzg7yvyhcm";
|
||||
|
||||
nativeBuildInputs = [ cmake perl pkg-config ]
|
||||
# Provides the mig command used by the krb5-src build script
|
||||
|
@ -86,7 +86,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://materialize.com";
|
||||
description = "A streaming SQL materialized view engine for real-time applications";
|
||||
license = licenses.bsl11;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
|
||||
maintainers = [ maintainers.petrosagg ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue