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

regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 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, python3Packages, 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-jazzy-rclpy";
version = "7.1.3-r1";
version = "7.1.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/jazzy/rclpy/7.1.3-1.tar.gz";
name = "7.1.3-1.tar.gz";
sha256 = "538e43efb7d9d1d8139765ea452b271ac4650f167e0bcc978fc2fa4225e1a9b5";
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/jazzy/rclpy/7.1.4-1.tar.gz";
name = "7.1.4-1.tar.gz";
sha256 = "d07328ddcdc6a60cbbc5acee52a95771bd9fd7ba176de27bb289815e200b8881";
};
buildType = "ament_cmake";