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 }:
buildRosPackage {
pname = "ros-rolling-rti-connext-dds-cmake-module";
version = "0.13.0-r1";
version = "0.15.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.13.0-1.tar.gz";
name = "0.13.0-1.tar.gz";
sha256 = "8b62e18e24690914305c21cec6b8981f5bc35b8080c39750f033b9d93b607f22";
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.15.0-1.tar.gz";
name = "0.15.0-1.tar.gz";
sha256 = "1fb78a1a6958875a47793c6345a3fb127d664eef6ea85d164335300bbaed9ae0";
};
buildType = "ament_cmake";