mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Oct 4 13:25:33 2024
This commit is contained in:
parent
e311549688
commit
393b154bd3
838 changed files with 4944 additions and 3346 deletions
|
@ -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, rcutils, rmw-implementation-cmake, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-logging-demo";
|
||||
version = "0.34.2-r1";
|
||||
version = "0.35.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/logging_demo/0.34.2-1.tar.gz";
|
||||
name = "0.34.2-1.tar.gz";
|
||||
sha256 = "9fe282f3c16f683006cf35af4b1c8fca2343d7fdcf468864674147c4a0a2105e";
|
||||
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/logging_demo/0.35.0-1.tar.gz";
|
||||
name = "0.35.0-1.tar.gz";
|
||||
sha256 = "b4e80a7bfae8aa12c904c1fd24a532fd52c070587b4bda1a98d08d2d8d146331";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue