1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Wed Sep 9 15:37:07 2020

This commit is contained in:
Ben Wolsieffer 2020-09-09 15:37:07 -04:00
parent fe63fc05f0
commit 7836189a6d
517 changed files with 5327 additions and 1605 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, cppzmq, ncurses, rclcpp }:
buildRosPackage {
pname = "ros-eloquent-behaviortree-cpp-v3";
version = "3.5.1-r1";
version = "3.5.2-r1";
src = fetchurl {
url = "https://github.com/BehaviorTree/behaviortree_cpp_v3-release/archive/release/eloquent/behaviortree_cpp_v3/3.5.1-1.tar.gz";
name = "3.5.1-1.tar.gz";
sha256 = "9df335c6a7574b7cb4efc7d3781764f72e9a33e91b7bfaf0c80a37e969061db4";
url = "https://github.com/BehaviorTree/behaviortree_cpp_v3-release/archive/release/eloquent/behaviortree_cpp_v3/3.5.2-1.tar.gz";
name = "3.5.2-1.tar.gz";
sha256 = "dab79690d78b1ddc80245154919d3470c51ab824bcb5d90e05a624c7a5feedd6";
};
buildType = "catkin";