1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Dec 22 13:30:27 2023

This commit is contained in:
Superflore 2023-12-22 13:30:27 +00:00 committed by Ben Wolsieffer
parent cb54e58da4
commit 1f89e13710
628 changed files with 3754 additions and 2221 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-cpp, cppzmq, rclcpp, ros-environment, sqlite }:
buildRosPackage {
pname = "ros-rolling-behaviortree-cpp";
version = "4.4.1-r1";
version = "4.4.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/behaviortree_cpp_v4-release/archive/release/rolling/behaviortree_cpp/4.4.1-1.tar.gz";
name = "4.4.1-1.tar.gz";
sha256 = "4c1d8002fb3c969a14f6edfb31903269e88d8e2f2627565bbdd477eab947e63a";
url = "https://github.com/ros2-gbp/behaviortree_cpp_v4-release/archive/release/rolling/behaviortree_cpp/4.4.3-1.tar.gz";
name = "4.4.3-1.tar.gz";
sha256 = "1b7c1d678076b1b69bb38927ec3db00c78b7b02bcfd48043912bf2c77a59a68a";
};
buildType = "ament_cmake";