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, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, joint-state-publisher, joint-state-publisher-gui, robot-state-publisher, rviz2, xacro }:
buildRosPackage {
pname = "ros-rolling-urdf-tutorial";
version = "1.0.0-r2";
version = "1.0.0-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/urdf_tutorial-release/archive/release/rolling/urdf_tutorial/1.0.0-2.tar.gz";
name = "1.0.0-2.tar.gz";
sha256 = "8acac890df9460447afa2164ff982b511f0bcc1f90c1c3d92fd1400a11ee62ec";
url = "https://github.com/ros2-gbp/urdf_tutorial-release/archive/release/rolling/urdf_tutorial/1.0.0-3.tar.gz";
name = "1.0.0-3.tar.gz";
sha256 = "4c5775bcb1215caec09e7d1c0c630042ed1002950f2ff700b9d1f25a5c659f83";
};
buildType = "ament_cmake";