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

regenerate all distros, Fri Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 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.31.0-r1";
version = "0.31.1-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/ros2cli-release/archive/release/rolling/ros2cli_test_interfaces/0.31.1-1.tar.gz";
name = "0.31.1-1.tar.gz";
sha256 = "da0de9c62f108a683313a027dfc12b3488825845bcee0e3ea4dd407928a45ef7";
};
buildType = "ament_cmake";