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 Sep 8 13:49:36 2023

This commit is contained in:
Superflore 2023-09-08 13:49:36 +00:00 committed by Ben Wolsieffer
parent 0c68b03e1f
commit d8cea8b151
227 changed files with 1234 additions and 875 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch-ros, launch-testing, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-rolling-launch-testing-ros";
version = "0.26.1-r1";
version = "0.26.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.26.1-1.tar.gz";
name = "0.26.1-1.tar.gz";
sha256 = "bb4c8cd4c0bfb80e1cc5ddceb5fbec0f6694d37d317ed4347998aaf46325a0e2";
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.26.2-1.tar.gz";
name = "0.26.2-1.tar.gz";
sha256 = "4d26cd5250cc7da58d6b2498d677edcbbb376ce4a8347ae9b4eae2eaa39f704a";
};
buildType = "ament_python";