diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2026-01-17 15:43:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-17 15:43:43 +0000 |
| commit | eda180b46f2b4e1067d471502f975afb13ddd92a (patch) | |
| tree | ecae377f79b0ba34f310d566dc722bb3e2729670 | |
| parent | 4c65e5831daed721ca4d3a0ab44c78ee9d447c72 (diff) | |
| parent | 1000de5fc6d36e90650f3dd178dda3bed07d2341 (diff) | |
[Backport release-25.11] mautrix-signal: 25.12 -> 26.01 (#481052)
| -rw-r--r-- | pkgs/by-name/li/libsignal-ffi/package.nix | 6 | ||||
| -rw-r--r-- | pkgs/by-name/ma/mautrix-signal/package.nix | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/by-name/li/libsignal-ffi/package.nix b/pkgs/by-name/li/libsignal-ffi/package.nix index 35a236399004..a9fabb98beb8 100644 --- a/pkgs/by-name/li/libsignal-ffi/package.nix +++ b/pkgs/by-name/li/libsignal-ffi/package.nix @@ -21,14 +21,14 @@ rustPlatform.buildRustPackage rec { pname = "libsignal-ffi"; # must match the version used in mautrix-signal # see https://github.com/mautrix/signal/issues/401 - version = "0.86.8"; + version = "0.86.12"; src = fetchFromGitHub { fetchSubmodules = true; owner = "signalapp"; repo = "libsignal"; tag = "v${version}"; - hash = "sha256-+GFuwS4y8yr86ETVIjlz/6HocAamASmBOIjkTLtCIag="; + hash = "sha256-XVq1fvhUF0WqSs1lJRCBRuhOW4idY6Nm21UdX4/6TE8="; }; nativeBuildInputs = [ @@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec { env.BORING_BSSL_PATH = "${boringssl-wrapper}"; env.NIX_LDFLAGS = if stdenv.hostPlatform.isDarwin then "-lc++" else "-lstdc++"; - cargoHash = "sha256-uiMct9ygg1c1rQb6RsM2AoibuKCExPy9P75C7jDX8Cs="; + cargoHash = "sha256-vat7vjL9HDY/m7CLUJNpU3NZ79nCVHxLO5tEtaEDBnE="; cargoBuildFlags = [ "-p" diff --git a/pkgs/by-name/ma/mautrix-signal/package.nix b/pkgs/by-name/ma/mautrix-signal/package.nix index 7f087df9bc88..9edd3cecd1eb 100644 --- a/pkgs/by-name/ma/mautrix-signal/package.nix +++ b/pkgs/by-name/ma/mautrix-signal/package.nix @@ -20,14 +20,14 @@ let in buildGoModule rec { pname = "mautrix-signal"; - version = "25.12"; - tag = "v0.2512.0"; + version = "26.01"; + tag = "v0.2601.0"; src = fetchFromGitHub { owner = "mautrix"; repo = "signal"; inherit tag; - hash = "sha256-qD3kehVZINfAg6ZitYlkabo19Zfn7X//5BoMbub9Y60="; + hash = "sha256-zvB0CbSzrLcUJiEIj3vtDq2C0XEYUNRbaUAn+636+uk="; }; buildInputs = @@ -44,7 +44,7 @@ buildGoModule rec { CGO_LDFLAGS = lib.optional withGoolm [ cppStdLib ]; - vendorHash = "sha256-zfe3mdM3azHe+NssRKJqjaP7A0wrvHyIVnqUWJMsylw="; + vendorHash = "sha256-Eo7T/63ywNnn/t0RzjwkSYRmrL0IMdIsv4wqrQFv+5U="; ldflags = [ "-X" |
