Merge pull request #319362 from mweinelt/conduit-0.8.0

matrix-conduit: 0.7.0 -> 0.8.0
This commit is contained in:
Martin Weinelt 2024-06-12 23:13:15 +02:00 committed by GitHub
commit 3729af47cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 947 additions and 649 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "matrix-conduit";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitLab {
owner = "famedly";
repo = "conduit";
rev = "v${version}";
hash = "sha256-6osKiwEm3H7NR8vuOaD5Jlns5alfgprg+c3D98msxcE=";
hash = "sha256-/qKPeE2Ptweaf+rHOvdW0TUDLwN9D93MMgDoU4fTzEA=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"ruma-0.9.4" = "sha256-ICz2Mi94XA2os3dTBLWTL4B60Dopw2u0Fq/mM3HoG2A=";
"ruma-0.10.1" = "sha256-I1mTeJLo+pgIqFkn1D2De/oACQPkUELjGdyGf3MVuLQ=";
};
};
@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
rust-jemalloc-sys
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
env = {