1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +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-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, builtin-interfaces, geometry-msgs, python-cmake-module, rclpy, rpyutils, tf2 }:
buildRosPackage {
pname = "ros-rolling-tf2-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_py/0.38.2-1.tar.gz";
name = "0.38.2-1.tar.gz";
sha256 = "ca7895471a53a16a541e3d3bc1152783378f3a767aa3c7d7e11a1f6dae656a60";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.39.0-1.tar.gz";
name = "0.39.0-1.tar.gz";
sha256 = "3b3c9328cde73bc28eb8f2d9e6ea5460d03ae2ad1542daee038261a693c27f0a";
};
buildType = "ament_cmake";