ockam: 0.105.0 -> 0.111.0
This commit is contained in:
parent
f88c003dce
commit
df40868ed6
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "ockam";
|
pname = "ockam";
|
||||||
version = "0.105.0";
|
version = "0.111.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-YS98elkf1iIslC1dAf+Os2VoA0pmHmkQN0//PtBRBcM=";
|
sha256 = "sha256-pd27611px/TXnO5FlRjBI8iQ64l5X9fmfCG/KnR7AAI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-aW+Pc2C7vohUAByrzBiOaJlBPfSLAv0FrOxRiB1AM9k=";
|
cargoHash = "sha256-O91enOKMoTfFTv8Hkg3qBSstJpxtKxZVITqGlZQUL/4=";
|
||||||
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