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 Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, color-util, geometry-msgs, pluginlib, polygon-msgs, polygon-utils, rviz-common, std-msgs }:
buildRosPackage {
pname = "ros-iron-polygon-rviz-plugins";
version = "1.0.2-r2";
version = "1.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/polygon_ros-release/archive/release/iron/polygon_rviz_plugins/1.0.2-2.tar.gz";
name = "1.0.2-2.tar.gz";
sha256 = "b5c01f222a8e511625c5079b17f342731f34ad20bf0304db1f180fea0deb0c47";
url = "https://github.com/ros2-gbp/polygon_ros-release/archive/release/iron/polygon_rviz_plugins/1.1.0-1.tar.gz";
name = "1.1.0-1.tar.gz";
sha256 = "609aeacc07963afb1061bf458dd27f9413850150f1fb02dd48e65340c058b911";
};
buildType = "ament_cmake";