Merge pull request #285374 from Ma27/bump-mautrix-signal

libsignal-ffi: 0.36.1 -> 0.39.2, mautrix-signal: unstable-2023-12-30 -> unstable-2024-01-30
This commit is contained in:
Maximilian Bosch 2024-02-04 22:38:16 +01:00 committed by GitHub
commit 787f2800cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 729 additions and 462 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec {
pname = "libsignal-ffi";
# must match the version used in mautrix-signal
# see https://github.com/mautrix/signal/issues/401
version = "0.36.1";
version = "0.39.2";
src = fetchFromGitHub {
owner = "signalapp";
repo = "libsignal";
rev = "v${version}";
hash = "sha256-UD4E2kI1ZNtFhwBGphTzF37NHqbSZjQGHbliOWAMYOE=";
hash = "sha256-MKmkqfUhXOHUlP3jSNKsplT9kP0ERj3rmTrLLU3T2no=";
};
nativeBuildInputs = [ protobuf ] ++ lib.optionals stdenv.isDarwin [ xcodebuild ];

View File

@ -6,13 +6,13 @@ buildGoModule {
# which is broken for new devices, see https://github.com/mautrix/signal/issues/388.
# The new Go version fixes this by using the official libsignal as a library and
# can be upgraded to directly from the Python version.
version = "unstable-2023-12-30";
version = "unstable-2024-01-31";
src = fetchFromGitHub {
owner = "mautrix";
repo = "signal";
rev = "6abe80e6c79b31b5dc37a484b65d346a1ffd4f05";
hash = "sha256-EDSP+kU0EmIaYbAB/hxAUTEay+H5aqn9ovBQFZg6wJk=";
rev = "103666990f30a692c63dd84a499b0dd390cef8a4";
hash = "sha256-UttLMI+jX5PNG02vs7Dty8pxdko2aM0sVB/90eWwmYw=";
};
buildInputs = [
@ -22,7 +22,7 @@ buildGoModule {
libsignal-ffi
];
vendorHash = "sha256-f3sWX+mBouuxVKu+fZIYTWLXT64fllUWpcUYAxjzQpI=";
vendorHash = "sha256-LKs/9yCJ7alKQh1VYQsPEg7y+ugZwUnnJh2l4IEjbaQ=";
doCheck = false;