File tree Expand file tree Collapse file tree 4 files changed +78
-61
lines changed
nixos/modules/services/matrix Expand file tree Collapse file tree 4 files changed +78
-61
lines changed Original file line number Diff line number Diff line change 239239 --registration='${ registrationFile } '
240240 '' ;
241241 LockPersonality = true ;
242- MemoryDenyWriteExecute = true ;
243242 NoNewPrivileges = true ;
244243 PrivateDevices = true ;
245244 PrivateTmp = true ;
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments