Skip to content

Commit 0f9abba

Browse files
authored
Merge: mautrix-signal: 0.7.2 -> 0.7.3 (#358785)
2 parents b9a481f + 705ae9b commit 0f9abba

File tree

4 files changed

+78
-61
lines changed

4 files changed

+78
-61
lines changed

nixos/modules/services/matrix/mautrix-signal.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ in
239239
--registration='${registrationFile}'
240240
'';
241241
LockPersonality = true;
242-
MemoryDenyWriteExecute = true;
243242
NoNewPrivileges = true;
244243
PrivateDevices = true;
245244
PrivateTmp = true;

pkgs/by-name/li/libsignal-ffi/Cargo.lock

Lines changed: 72 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/li/libsignal-ffi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ rustPlatform.buildRustPackage rec {
2222
pname = "libsignal-ffi";
2323
# must match the version used in mautrix-signal
2424
# see https://github.com/mautrix/signal/issues/401
25-
version = "0.58.3";
25+
version = "0.62.0";
2626

2727
src = fetchFromGitHub {
2828
fetchSubmodules = true;
2929
owner = "signalapp";
3030
repo = "libsignal";
3131
rev = "v${version}";
32-
hash = "sha256-21NOPLhI7xh2A8idLxWXiZLV5l8+vfHF8/DilgWTXi4=";
32+
hash = "sha256-+tY00a5NJflVkSVESFhaP1B5qqZs72AwZM9pCIrAQRk=";
3333
};
3434

3535
buildInputs = lib.optional stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
4545
cargoLock = {
4646
lockFile = ./Cargo.lock;
4747
outputHashes = {
48-
"boring-4.9.0" = "sha256-RSpaMzMUXp+WuqqDwLErP5yLT0YhYGoOUWCuSt4jR3I=";
48+
"boring-4.9.0" = "sha256-zhf0sO6TV4e55k4MxAB/TlXdqd96dg6i674RbuUPrtM=";
4949
"curve25519-dalek-4.1.3" = "sha256-bPh7eEgcZnq9C3wmSnnYv0C4aAP+7pnwk9Io29GrI4A=";
5050
};
5151
};

0 commit comments

Comments
 (0)