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 Nov 29 13:44:25 2024

This commit is contained in:
Superflore 2024-11-29 13:44:25 +00:00 committed by Ben Wolsieffer
parent 5676523245
commit f08ed457d9
351 changed files with 2292 additions and 1303 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-index-python, ament-lint-auto, ament-lint-common, builtin-interfaces, pybind11-vendor, python-cmake-module, pythonPackages, rcl, rcl-action, rcl-interfaces, rcl-lifecycle, rcl-logging-interface, rcl-yaml-param-parser, rcpputils, rcutils, rmw, rmw-implementation, rmw-implementation-cmake, rosgraph-msgs, rosidl-generator-py, rosidl-runtime-c, rpyutils, test-msgs, unique-identifier-msgs }:
buildRosPackage {
pname = "ros-humble-rclpy";
version = "3.3.14-r1";
version = "3.3.15-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/humble/rclpy/3.3.14-1.tar.gz";
name = "3.3.14-1.tar.gz";
sha256 = "0ba3bee35a4514180f47226c13f0db3ef6708bba3d4b7742860ce27870e01455";
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/humble/rclpy/3.3.15-1.tar.gz";
name = "3.3.15-1.tar.gz";
sha256 = "8be73b988640c972749829398ebcfb7a56ce57867e11751da53d22e1273cf81c";
};
buildType = "ament_cmake";