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 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-ros, ament-lint-auto, ament-lint-common, urdfdom-headers }:
buildRosPackage {
pname = "ros-rolling-urdf-parser-plugin";
version = "2.10.0-r2";
version = "2.11.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/urdf-release/archive/release/rolling/urdf_parser_plugin/2.10.0-2.tar.gz";
name = "2.10.0-2.tar.gz";
sha256 = "9ecad186d9130aa9f8e8ef27cfac715957ca526fcc44931c2c858241b93c939c";
url = "https://github.com/ros2-gbp/urdf-release/archive/release/rolling/urdf_parser_plugin/2.11.0-1.tar.gz";
name = "2.11.0-1.tar.gz";
sha256 = "1fcd87c5b719d51f22e326db9a0e5bef33187a00b9b5ccc5e6a5f7eb2afed5e8";
};
buildType = "ament_cmake";