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 Apr 5 13:51:29 2024

This commit is contained in:
Superflore 2024-04-05 13:51:29 +00:00 committed by Ben Wolsieffer
parent 1b9585ae8f
commit e6d11a616c
569 changed files with 3320 additions and 2213 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.0-r2";
version = "0.36.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.36.0-2.tar.gz";
name = "0.36.0-2.tar.gz";
sha256 = "4b06be02368eefd025790b45456f94268425bca1273176e5934783497179856d";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.36.1-1.tar.gz";
name = "0.36.1-1.tar.gz";
sha256 = "efee756a54ffa561d1ae5e9ae854c8ed5d063a113a7e59a00cd432600f476d91";
};
buildType = "ament_cmake";