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 Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 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.23.0-r1";
version = "0.24.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.23.0-1.tar.gz";
name = "0.23.0-1.tar.gz";
sha256 = "16e1df4c6082b8ca4f3077462edec86f6d5f23878aaa27c79bca37c0871d98ac";
url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.24.0-1.tar.gz";
name = "0.24.0-1.tar.gz";
sha256 = "b291221394983d93d7f14d28a973981dbb896420050cf875ddb2c83884f77b17";
};
buildType = "ament_cmake";