1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp }:
buildRosPackage {
pname = "ros-rolling-examples-rclcpp-minimal-service";
version = "0.19.2-r1";
version = "0.20.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_service/0.19.2-1.tar.gz";
name = "0.19.2-1.tar.gz";
sha256 = "13bd9cdb0ac3f7834def74a7d9faa5f1dc18395ae2cba28d5e8dbb519e892277";
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_service/0.20.0-1.tar.gz";
name = "0.20.0-1.tar.gz";
sha256 = "d30d3cfcc5b7ab000c35b9de8453a9510d3c4d18faeb1f20c733fe7ea6880e33";
};
buildType = "ament_cmake";