regenerate all distros, Fri Mar 8 13:41:18 2024

This commit is contained in:
Superflore 2024-03-08 13:41:18 +00:00 committed by Ben Wolsieffer
parent 2c2781805f
commit de1ea0a747
1165 changed files with 4832 additions and 4718 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.33.1-r1";
version = "0.33.1-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.33.1-1.tar.gz";
name = "0.33.1-1.tar.gz";
sha256 = "bb598f6cb3d07f326d405a24f5075a771aa6510007cfab9871ff18cb85a1e06a";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp_native/0.33.1-2.tar.gz";
name = "0.33.1-2.tar.gz";
sha256 = "dc49354241e809d087516ba097441cd89dfc9b68a0daecb65e6ef838c572a5c9";
};
buildType = "ament_cmake";