Skip to content

Commit

Permalink
nix: update after v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 2, 2024
1 parent f623d8c commit d347fe8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
26 changes: 12 additions & 14 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 @@ -13,14 +13,14 @@
inputs.nixpkgs-lib.follows = "nixpkgs";
};
hpp-core = {
url = "github:humanoid-path-planner/hpp-core/release/5.1.0";
url = "github:humanoid-path-planner/hpp-core";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};
hpp-template-corba = {
url = "github:humanoid-path-planner/hpp-template-corba/release/5.1.0";
url = "github:humanoid-path-planner/hpp-template-corba";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
Expand Down

0 comments on commit d347fe8

Please sign in to comment.