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 Sep 8 13:49:36 2023

This commit is contained in:
Superflore 2023-09-08 13:49:36 +00:00 committed by Ben Wolsieffer
parent 0c68b03e1f
commit d8cea8b151
227 changed files with 1234 additions and 875 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.33.0-r1";
version = "0.33.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.33.0-1.tar.gz";
name = "0.33.0-1.tar.gz";
sha256 = "3018341d31e6e93988d262e5c51772eb86d45a102315eebd887868e7b1eea7cf";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/rolling/tf2_py/0.33.1-1.tar.gz";
name = "0.33.1-1.tar.gz";
sha256 = "9fb101025c95cb6dc0488c70f2274703ac49e3c3184c1eab540b7770fb445f2e";
};
buildType = "ament_cmake";