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, ament-lint-auto, ament-lint-common }:
buildRosPackage {
pname = "ros-rolling-rti-connext-dds-cmake-module";
version = "0.24.1-r1";
version = "0.24.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.24.1-1.tar.gz";
name = "0.24.1-1.tar.gz";
sha256 = "0232678fc1d4d186803800070446d663aaae0fcc97dd5f4a57bc84ab28f75c36";
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.24.2-1.tar.gz";
name = "0.24.2-1.tar.gz";
sha256 = "7602662bd7a4750af5bdc28303bf66624b5ea310937b9036e33458273197d95e";
};
buildType = "ament_cmake";