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 Aug 25 13:31:58 2023

This commit is contained in:
Superflore 2023-08-25 13:31:58 +00:00 committed by Ben Wolsieffer
parent e8ff928334
commit 4c0baef357
346 changed files with 1695 additions and 1366 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.16.0-r1";
version = "0.17.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.16.0-1.tar.gz";
name = "0.16.0-1.tar.gz";
sha256 = "753cb67a9676a29f5b477169855d2b28642b3cf51274f9ba7744a46624e2ad94";
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.17.0-1.tar.gz";
name = "0.17.0-1.tar.gz";
sha256 = "c27be162a8f5a9e8bef36b8bf0d49c8d18883d4eeb7789b2e0cdc04f0d6b75e4";
};
buildType = "ament_cmake";