Skip to content

Commit d347fe8

Browse files
committed
nix: update after v5.1.0
1 parent f623d8c commit d347fe8

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

flake.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
inputs.nixpkgs-lib.follows = "nixpkgs";
1414
};
1515
hpp-core = {
16-
url = "github:humanoid-path-planner/hpp-core/release/5.1.0";
16+
url = "github:humanoid-path-planner/hpp-core";
1717
inputs = {
1818
nixpkgs.follows = "nixpkgs";
1919
flake-parts.follows = "flake-parts";
2020
};
2121
};
2222
hpp-template-corba = {
23-
url = "github:humanoid-path-planner/hpp-template-corba/release/5.1.0";
23+
url = "github:humanoid-path-planner/hpp-template-corba";
2424
inputs = {
2525
nixpkgs.follows = "nixpkgs";
2626
flake-parts.follows = "flake-parts";

0 commit comments

Comments
 (0)