ockam: 0.111.0 -> 0.114.0
This commit is contained in:
parent
3103346b64
commit
fb2fcd6888
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "ockam";
|
pname = "ockam";
|
||||||
version = "0.111.0";
|
version = "0.114.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-pd27611px/TXnO5FlRjBI8iQ64l5X9fmfCG/KnR7AAI=";
|
sha256 = "sha256-oR5SzLPJ4I87bMyHTwd+Vjm7pR+modBGIEqls9s6hVI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-O91enOKMoTfFTv8Hkg3qBSstJpxtKxZVITqGlZQUL/4=";
|
cargoHash = "sha256-m86NT3O1PbTWxc0Q5pqkLECHHKtF4w8Vl5eDpvxjDHs=";
|
||||||
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