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, Fri Nov 15 13:25:01 2024

This commit is contained in:
Superflore 2024-11-15 13:25:01 +00:00 committed by Ben Wolsieffer
parent 73d002eb26
commit f07f7f9c42
500 changed files with 2379 additions and 1961 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-index-python, ament-lint-auto, ament-lint-common, builtin-interfaces, lifecycle-msgs, 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-iron-rclpy";
version = "4.1.6-r1";
version = "4.1.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/iron/rclpy/4.1.6-1.tar.gz";
name = "4.1.6-1.tar.gz";
sha256 = "275836904867a6a910aa4a2549d2b238fded8b32bbd0e0c56637b334ccc11d6f";
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/iron/rclpy/4.1.7-1.tar.gz";
name = "4.1.7-1.tar.gz";
sha256 = "ff3a2b6914ec786592f878705fe29ba4a6385ccbbeeabbddc55d7e7e82955ce9";
};
buildType = "ament_cmake";