Skip to content

Commit

Permalink
chore: Bump weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Dec 4, 2024
1 parent c1fc9fd commit 6d8290f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
34 changes: 17 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
};

holochain = {
url = "github:holochain/holochain/?ref=holochain-0.5.0-dev.7";
url = "github:holochain/holochain/?ref=holochain-0.5.0-dev.8";
flake = false;
};

lair-keystore = {
url = "github:holochain/lair/lair_keystore-v0.5.2";
url = "github:holochain/lair/lair_keystore-v0.5.3";
flake = false;
};

Expand Down
1 change: 1 addition & 0 deletions modules/lair-keystore-cross.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ let
buildInputs = [ ] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# additional packages needed for darwin platforms
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.libobjc
]);

# Tell cargo about the linker and an optional emulater. So they can be used in `cargo build`
Expand Down

0 comments on commit 6d8290f

Please sign in to comment.