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, Mon Jun 19 17:15:22 2023

This commit is contained in:
Ben Wolsieffer 2023-06-19 17:15:23 -04:00
parent 7a2b545ecb
commit 381164fc34
2124 changed files with 35727 additions and 4192 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-core, ament-cmake-gtest, ament-lint-auto, ament-lint-common, rosidl-cmake, rosidl-generator-c, rosidl-parser, rosidl-runtime-c, rosidl-runtime-cpp, test-interface-files }:
buildRosPackage {
pname = "ros-foxy-rosidl-generator-cpp";
version = "1.3.0-r1";
version = "1.3.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_generator_cpp/1.3.0-1.tar.gz";
name = "1.3.0-1.tar.gz";
sha256 = "15eeb5cd54272000cd0ac9f270ce708b2ac954a982c03267ee9fa281ad311392";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_generator_cpp/1.3.1-1.tar.gz";
name = "1.3.1-1.tar.gz";
sha256 = "9cabd478675c46568065299fc84b1f2e498651bef720edfdf9a9074e6f6fd70c";
};
buildType = "ament_cmake";