regenerate all distros, Fri Jul 29 14:00:58 2022

This commit is contained in:
Superflore 2022-07-29 14:00:58 +00:00 committed by Ben Wolsieffer
parent cc46925256
commit 22efb906ce
171 changed files with 924 additions and 655 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, launch, launch-ros, launch-testing, rclcpp, rcutils, rmw, rmw-implementation-cmake, std-msgs }:
buildRosPackage {
pname = "ros-foxy-quality-of-service-demo-cpp";
version = "0.9.3-r1";
version = "0.9.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/foxy/quality_of_service_demo_cpp/0.9.3-1.tar.gz";
name = "0.9.3-1.tar.gz";
sha256 = "c76cd5d1254785321211f60542a9d5f8b7f091385587ed2e8570a4174eed50a8";
url = "https://github.com/ros2-gbp/demos-release/archive/release/foxy/quality_of_service_demo_cpp/0.9.4-1.tar.gz";
name = "0.9.4-1.tar.gz";
sha256 = "cef05dc84137d4e658675ba4d4b6ad031c378b7039a5fe1a40ed463f9d24e4fd";
};
buildType = "ament_cmake";