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, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rosidl-generator-py, rosidl-runtime-c, rosidl-runtime-cpp, rosidl-typesupport-c, rosidl-typesupport-cpp, rosidl-typesupport-fastrtps-c, rosidl-typesupport-fastrtps-cpp, rosidl-typesupport-introspection-c, rosidl-typesupport-introspection-cpp }:
buildRosPackage {
pname = "ros-rolling-rosidl-core-runtime";
version = "0.1.1-r1";
version = "0.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl_core-release/archive/release/rolling/rosidl_core_runtime/0.1.1-1.tar.gz";
name = "0.1.1-1.tar.gz";
sha256 = "1edbf31a66aea051d1381f72740bb263e6adcc4b7a375713fd3f17e98d9a8688";
url = "https://github.com/ros2-gbp/rosidl_core-release/archive/release/rolling/rosidl_core_runtime/0.2.0-1.tar.gz";
name = "0.2.0-1.tar.gz";
sha256 = "f8ae0b175899935f300f2b0381f4804168f439a1d3c64743ec7c28c99dfed5c7";
};
buildType = "ament_cmake";