Merge pull request #147176 from petrosagg/materialize-0.10.0

authored by

Sandro and committed by
GitHub
1a36defb ef5d8a75

+6 -5
+6 -5
pkgs/servers/sql/materialize/default.nix
··· 40 in 41 rustPlatform.buildRustPackage rec { 42 pname = "materialize"; 43 - version = "0.9.4"; 44 - rev = "29d003cae5e9d46f8b11b2102ff0b9abf6608c2f"; 45 46 src = fetchFromGitHub { 47 owner = "MaterializeInc"; 48 repo = pname; 49 rev = "v${version}"; 50 - sha256 = "021n05csyvza9ifq09qaxypgmlbp3a7xn6r1m4jn8d4rnz38wag6"; 51 }; 52 53 - cargoSha256 = "12fysxzmqnx7y7yg6fjcv1952s77d46pwi32vnsv62icgqfpw0j4"; 54 55 nativeBuildInputs = [ cmake perl pkg-config ] 56 # Provides the mig command used by the krb5-src build script ··· 67 "--exact" 68 "--skip test_client" 69 "--skip test_client_errors" 70 "--skip test_no_block" 71 "--skip test_safe_mode" 72 ]; 73 74 postPatch = '' ··· 78 --replace _Materialize root 79 ''; 80 81 - MZ_DEV_BUILD_SHA = rev; 82 cargoBuildFlags = [ "--bin materialized" ]; 83 84 postInstall = ''
··· 40 in 41 rustPlatform.buildRustPackage rec { 42 pname = "materialize"; 43 + version = "0.10.0"; 44 + MZ_DEV_BUILD_SHA = "c14633f59e842fbdd62c7239ffd8c2a16704386e"; 45 46 src = fetchFromGitHub { 47 owner = "MaterializeInc"; 48 repo = pname; 49 rev = "v${version}"; 50 + sha256 = "06290l2xrryx7bc9g1ffyfjm18a34pa2k410qk9w2p0psqiw2v8d"; 51 }; 52 53 + cargoSha256 = "1bxfp6pidiziiq938ah49pa3qr1dhnfnbihp7jxind9qsb3q9gp0"; 54 55 nativeBuildInputs = [ cmake perl pkg-config ] 56 # Provides the mig command used by the krb5-src build script ··· 67 "--exact" 68 "--skip test_client" 69 "--skip test_client_errors" 70 + "--skip test_client_all_subjects" 71 "--skip test_no_block" 72 "--skip test_safe_mode" 73 + "--skip test_tls" 74 ]; 75 76 postPatch = '' ··· 80 --replace _Materialize root 81 ''; 82 83 cargoBuildFlags = [ "--bin materialized" ]; 84 85 postInstall = ''