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 24 13:11:26 2023

This commit is contained in:
Superflore 2023-11-24 13:11:26 +00:00 committed by Ben Wolsieffer
parent 7a1f3e4578
commit 42cae93f39
733 changed files with 4572 additions and 2650 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.3-r1";
version = "4.1.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/iron/rclpy/4.1.3-1.tar.gz";
name = "4.1.3-1.tar.gz";
sha256 = "444812389be762808f7c0502f8b50dcd4a1a52ffb2492b67f70006eea1a76be2";
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/iron/rclpy/4.1.4-1.tar.gz";
name = "4.1.4-1.tar.gz";
sha256 = "8cb97fe0cf3b57c10d0ced31ce485fb76246533be58c46c05a0d304f02b06589";
};
buildType = "ament_cmake";