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 May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 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.36.2-r1";
version = "0.37.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.36.2-1.tar.gz";
name = "0.36.2-1.tar.gz";
sha256 = "67905f4d40737a7cd911fa64c01edb1ed29d9dd5cc11f65e7ecdc70ef7046f0f";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.37.0-1.tar.gz";
name = "0.37.0-1.tar.gz";
sha256 = "61caa5fe9b8ba30e0926bb9667f335458826bbb39cd014f62fabe03e1d91c87a";
};
buildType = "ament_cmake";