Merge pull request #316091 from r-ryantm/auto-update/ockam

ockam: 0.124.0 -> 0.125.0
This commit is contained in:
Yt 2024-05-31 21:11:03 +00:00 committed by GitHub
commit c8b5e00e1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
let let
pname = "ockam"; pname = "ockam";
version = "0.124.0"; version = "0.125.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit pname version; inherit pname version;
@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
owner = "build-trust"; owner = "build-trust";
repo = pname; repo = pname;
rev = "ockam_v${version}"; rev = "ockam_v${version}";
hash = "sha256-ovcZD9D/iVF3iIti+vQ29YIJE+UI64BeuA2huJsAx5s="; hash = "sha256-CFJ2Z/PI7du9wlvh3/Ew8AejcU//xPuUXJweQ4phYc8=";
}; };
cargoHash = "sha256-z+GIFN5Q3LWnT5PrZ291G2lHgd5mzDFkKwdcxUXvUnU="; cargoHash = "sha256-j9c1m6beT70E0+czXMVOqY36wAHR1uqL5zKHkrlIAQk=";
nativeBuildInputs = [ git pkg-config ]; nativeBuildInputs = [ git pkg-config ];
buildInputs = [ openssl dbus ] buildInputs = [ openssl dbus ]
++ lib.optionals stdenv.isDarwin [ AppKit Security ]; ++ lib.optionals stdenv.isDarwin [ AppKit Security ];