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, builtin-interfaces, geometry-msgs, pythonPackages, rclpy, sensor-msgs, std-msgs, tf2-msgs, tf2-py }:
buildRosPackage {
pname = "ros-rolling-tf2-ros-py";
version = "0.38.2-r1";
version = "0.39.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_ros_py/0.38.2-1.tar.gz";
name = "0.38.2-1.tar.gz";
sha256 = "f5c9e7a9ce073b7b52855f63cd20a05ccb7666a7139558732a992f2179c0f499";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_ros_py/0.39.0-1.tar.gz";
name = "0.39.0-1.tar.gz";
sha256 = "5d06b803ad8c1d81ae380d8fac5b35cefea5e650ece9127ddc1f42ff6628005d";
};
buildType = "ament_python";