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 Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 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.27.2-r1";
version = "0.27.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.27.2-1.tar.gz";
name = "0.27.2-1.tar.gz";
sha256 = "7b323f9f555e33bb60e52d758d2029612bd32068e0f3ca9d94e7e322bacc8e8a";
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.27.3-1.tar.gz";
name = "0.27.3-1.tar.gz";
sha256 = "7e2f4180965e431dafd4e580a15ea94a1333c36e17241b3f05b5d7f8851e04a5";
};
buildType = "ament_python";