ockam: 0.115.0 -> 0.116.0
This commit is contained in:
parent
cefcf19e1c
commit
315be4dd55
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "ockam";
|
pname = "ockam";
|
||||||
version = "0.115.0";
|
version = "0.116.0";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
|
||||||
owner = "build-trust";
|
owner = "build-trust";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "ockam_v${version}";
|
rev = "ockam_v${version}";
|
||||||
sha256 = "sha256-DPRMPGxOuF4FwDXyVNxv9j2qy3K1p/9AVmrp0pPUQXM=";
|
sha256 = "sha256-dcSH/mO3cUamjOCuvEB/C24n7K5T1KnUMvTn8fVu+YM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-SeBv2yO0E60C4xMGf/7LOOyTOXf8vZCxIBC1dU2CAX0=";
|
cargoHash = "sha256-9UwPPOKg+Im+vfQFiYKS68tONYkKz1TqX7ukbtmLcRk=";
|
||||||
nativeBuildInputs = [ git pkg-config ];
|
nativeBuildInputs = [ git pkg-config ];
|
||||||
buildInputs = [ openssl dbus ]
|
buildInputs = [ openssl dbus ]
|
||||||
++ lib.optionals stdenv.isDarwin [ Security ];
|
++ lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
Loading…
Reference in a new issue