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 Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-python, ament-cmake-ros, ament-index-python, ament-lint-auto, ament-lint-common, python3, rcutils, rosidl-cli, rosidl-cmake, rosidl-generator-type-description, rosidl-parser, rosidl-pycommon, rosidl-typesupport-interface }:
buildRosPackage {
pname = "ros-rolling-rosidl-generator-c";
version = "4.8.1-r1";
version = "4.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_generator_c/4.8.1-1.tar.gz";
name = "4.8.1-1.tar.gz";
sha256 = "cf7801cd52e8b552edddeafdbfad0a6e7fb31ed4ee3693836af80c2cc3efdb6f";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_generator_c/4.9.0-1.tar.gz";
name = "4.9.0-1.tar.gz";
sha256 = "f9410474dc332dd66c673f2787e9a9ec3fd2dac2f3e88d42d61a0ff0ef23025f";
};
buildType = "ament_cmake";