libsignal-ffi: 0.72.1 -> 0.74.1
This commit is contained in:
parent
bd1fe9d084
commit
02ddaae66e
@ -21,14 +21,14 @@ rustPlatform.buildRustPackage rec {
|
|||||||
pname = "libsignal-ffi";
|
pname = "libsignal-ffi";
|
||||||
# must match the version used in mautrix-signal
|
# must match the version used in mautrix-signal
|
||||||
# see https://github.com/mautrix/signal/issues/401
|
# see https://github.com/mautrix/signal/issues/401
|
||||||
version = "0.72.1";
|
version = "0.74.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
owner = "signalapp";
|
owner = "signalapp";
|
||||||
repo = "libsignal";
|
repo = "libsignal";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-A8EAHHcBFSD4ZlvFig64g4+eoZQCuqE/qv509hA3I4s=";
|
hash = "sha256-ZMi+/d051CS7TcWVZnVItNpok0ac+vAvvZL/buNrtL0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
env.NIX_LDFLAGS = if stdenv.hostPlatform.isDarwin then "-lc++" else "-lstdc++";
|
env.NIX_LDFLAGS = if stdenv.hostPlatform.isDarwin then "-lc++" else "-lstdc++";
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-+vJrywIi/RcGGGns42XlN6S63RBil3fB4XByTLsaFVc=";
|
cargoHash = "sha256-pRMFWJSRjhZYfX7dmOQXK3BjhJKzPR1Pg+TZzTfPnd4=";
|
||||||
|
|
||||||
cargoBuildFlags = [
|
cargoBuildFlags = [
|
||||||
"-p"
|
"-p"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user