1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +03:00

regenerate all distros, Fri Aug 25 13:31:58 2023

This commit is contained in:
Superflore 2023-08-25 13:31:58 +00:00 committed by Ben Wolsieffer
parent e8ff928334
commit 4c0baef357
346 changed files with 1695 additions and 1366 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, example-interfaces, launch, launch-ros, launch-testing, launch-testing-ament-cmake, launch-testing-ros, launch-xml, rcl, rcl-interfaces, rclcpp, rclcpp-components, rcpputils, rcutils, rmw, std-msgs }:
buildRosPackage {
pname = "ros-rolling-demo-nodes-cpp";
version = "0.30.1-r1";
version = "0.31.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp/0.30.1-1.tar.gz";
name = "0.30.1-1.tar.gz";
sha256 = "b691f8cc79819f01736321cbf53e2cb00328194c162386e512eb8f65f8703d95";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/demo_nodes_cpp/0.31.0-1.tar.gz";
name = "0.31.0-1.tar.gz";
sha256 = "89e7ad6df468e84acc945dfc7084dfb8588ac05e8068c392ab8f0bdc3bd0239c";
};
buildType = "ament_cmake";