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-pytest, ament-lint-auto, ament-lint-common, launch, launch-testing, launch-testing-ament-cmake, launch-testing-ros, rclcpp, rclcpp-components, rmw-fastrtps-cpp, std-msgs }:
buildRosPackage {
pname = "ros-rolling-demo-nodes-cpp-native";
version = "0.28.0-r1";
version = "0.30.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.28.0-1.tar.gz";
name = "0.28.0-1.tar.gz";
sha256 = "08fa90fe87fc9624beb52f5d033ceec36b7e3d57b2fc36e22c318a06fd3b9835";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.30.0-1.tar.gz";
name = "0.30.0-1.tar.gz";
sha256 = "33e107cb419ea81820e6124a8c14a4e84cb8a1cc6e97c353dd9d944cb66319f4";
};
buildType = "ament_cmake";