1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-26 00:25:33 +03:00

regenerate all distros, Thu Nov 7 17:38:07 2019

This commit is contained in:
Ben Wolsieffer 2019-11-07 17:17:35 -05:00
parent 3acbedff58
commit d78acd7c65
827 changed files with 8227 additions and 2847 deletions

View file

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