1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Feb 2 13:15:52 2024

This commit is contained in:
Superflore 2024-02-02 13:15:52 +00:00 committed by Ben Wolsieffer
parent 5053bf9d76
commit 28f3a7e900
648 changed files with 3811 additions and 2432 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage {
pname = "ros-rolling-ros2cli-test-interfaces";
version = "0.30.1-r1";
version = "0.31.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2cli_test_interfaces/0.30.1-1.tar.gz";
name = "0.30.1-1.tar.gz";
sha256 = "a5f0b72e93a04db0062f77486c89a51fee1338e98d6e44f1559f30a0b913b372";
url = "https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2cli_test_interfaces/0.31.0-1.tar.gz";
name = "0.31.0-1.tar.gz";
sha256 = "04c0678ab6b464b8527ef0de06d6e3e3c22150d59168565f16c4a8847e676938";
};
buildType = "ament_cmake";