Commit Graph

14 Commits

Author SHA1 Message Date
Niklas Korz
9c2dabc782 libsignal-ffi: 0.57.1 -> 0.58.3 2024-10-25 20:45:05 +02:00
Maximilian Bosch
1d2731ac3e
Merge: mautrix-signal: 0.7.0 -> 0.7.1 (#345890) 2024-10-02 17:22:44 +02:00
eymeric
feffb090e0
libsignal-ffi: 0.55.1 -> 0.57.1 2024-10-02 12:15:06 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Frédéric Christ
b59b54ba37 mautrix-signal: 0.6.3 -> 0.7.0 2024-09-02 20:40:35 +02:00
Frédéric Christ
32b79e940e mautrix-signal: Reformat code 2024-09-02 20:40:35 +02:00
Olivér Falvai
7d38b25f44
libsignal-ffi: fix darwin build 2024-08-19 08:39:23 +02:00
Maximilian Bosch
808994850f
libsignal-ffi: 0.44.0 -> 0.52.0 2024-07-19 16:46:35 +02:00
Nick Cao
31dd38aece
libsignal-ffi: move rustPlatform.bindgenHook to nativeBuildInputs 2024-06-20 19:34:53 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Maximilian Bosch
6c2a3e96d5
libsignal-ffi: 0.41.0 -> 0.44.0 2024-04-17 23:12:23 +02:00
Niklas Korz
cf886946e2 libsignal-ffi: 0.39.2 -> 0.41.0 2024-03-17 16:48:38 +01:00
Maximilian Bosch
33e7a5f960
libsignal-ffi: 0.36.1 -> 0.39.2
Not the latest version available, but this is only used by
`mautrix-signal` and that currently requires 0.39.

ChangeLog:
* https://github.com/signalapp/libsignal/releases/tag/v0.37.0
* https://github.com/signalapp/libsignal/releases/tag/v0.38.0
* https://github.com/signalapp/libsignal/releases/tag/v0.39.0
* https://github.com/signalapp/libsignal/releases/tag/v0.39.1
* https://github.com/signalapp/libsignal/releases/tag/v0.39.2

.
2024-01-31 22:30:01 +01:00
Niklas Korz
9d764b9e6b libsignal-ffi: init at 0.36.1 2023-12-31 13:44:33 +01:00