File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ rustPlatform.buildRustPackage rec {
2121 pname = "libsignal-ffi" ;
2222 # must match the version used in mautrix-signal
2323 # see https://github.com/mautrix/signal/issues/401
24- version = "0.86.12 " ;
24+ version = "0.87.1 " ;
2525
2626 src = fetchFromGitHub {
2727 fetchSubmodules = true ;
2828 owner = "signalapp" ;
2929 repo = "libsignal" ;
3030 tag = "v${ version } " ;
31- hash = "sha256-XVq1fvhUF0WqSs1lJRCBRuhOW4idY6Nm21UdX4/6TE8 =" ;
31+ hash = "sha256-yr2+yM7RmUQ7mNDMCcaM5cCpudof14JuO5J6D944k0U =" ;
3232 } ;
3333
3434 nativeBuildInputs = [
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
4040 env . BORING_BSSL_PATH = "${ boringssl-wrapper } " ;
4141 env . NIX_LDFLAGS = if stdenv . hostPlatform . isDarwin then "-lc++" else "-lstdc++" ;
4242
43- cargoHash = "sha256-vat7vjL9HDY/m7CLUJNpU3NZ79nCVHxLO5tEtaEDBnE =" ;
43+ cargoHash = "sha256-rqxp+RZuuT+nFudNeCgA8g04C9KT1Qi59K4b2avL5u4 =" ;
4444
4545 cargoBuildFlags = [
4646 "-p"
Original file line number Diff line number Diff line change 2020in
2121buildGoModule rec {
2222 pname = "mautrix-signal" ;
23- version = "26.01 " ;
24- tag = "v0.2601 .0" ;
23+ version = "26.02 " ;
24+ tag = "v0.2602 .0" ;
2525
2626 src = fetchFromGitHub {
2727 owner = "mautrix" ;
2828 repo = "signal" ;
2929 inherit tag ;
30- hash = "sha256-zvB0CbSzrLcUJiEIj3vtDq2C0XEYUNRbaUAn+636+uk =" ;
30+ hash = "sha256-FWFAH+jtPdLG9vJS4QXpFjsGWUzILW17WRFyfdnFlAE =" ;
3131 } ;
3232
3333 buildInputs =
@@ -44,7 +44,7 @@ buildGoModule rec {
4444
4545 CGO_LDFLAGS = lib . optional withGoolm [ cppStdLib ] ;
4646
47- vendorHash = "sha256-Eo7T/63ywNnn/t0RzjwkSYRmrL0IMdIsv4wqrQFv+5U =" ;
47+ vendorHash = "sha256-TFz5P8czj8J9+QTFHjffCldw8Je2+DiM49W7jv5rY/I =" ;
4848
4949 ldflags = [
5050 "-X"
You can’t perform that action at this time.
0 commit comments