Skip to content

Commit

Permalink
Merge pull request #279456 from r-ryantm/auto-update/ockam
Browse files Browse the repository at this point in the history
ockam: 0.114.0 -> 0.115.0
  • Loading branch information
happysalada authored Jan 7, 2024
2 parents 40830f8 + f6d7b20 commit 51b86ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/ockam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

let
pname = "ockam";
version = "0.114.0";
version = "0.115.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -21,10 +21,10 @@ rustPlatform.buildRustPackage {
owner = "build-trust";
repo = pname;
rev = "ockam_v${version}";
sha256 = "sha256-oR5SzLPJ4I87bMyHTwd+Vjm7pR+modBGIEqls9s6hVI=";
sha256 = "sha256-DPRMPGxOuF4FwDXyVNxv9j2qy3K1p/9AVmrp0pPUQXM=";
};

cargoHash = "sha256-m86NT3O1PbTWxc0Q5pqkLECHHKtF4w8Vl5eDpvxjDHs=";
cargoHash = "sha256-SeBv2yO0E60C4xMGf/7LOOyTOXf8vZCxIBC1dU2CAX0=";
nativeBuildInputs = [ git pkg-config ];
buildInputs = [ openssl dbus ]
++ lib.optionals stdenv.isDarwin [ Security ];
Expand Down

0 comments on commit 51b86ca

Please sign in to comment.