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, builtin-interfaces, marti-common-msgs, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage {
pname = "ros-iron-mapviz-interfaces";
version = "2.4.2-r1";
version = "2.4.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/mapviz-release/archive/release/iron/mapviz_interfaces/2.4.2-1.tar.gz";
name = "2.4.2-1.tar.gz";
sha256 = "25105073516e300ccb0215e04ce5099f3f6a91b0c848151acadf8892fe62deb0";
url = "https://github.com/ros2-gbp/mapviz-release/archive/release/iron/mapviz_interfaces/2.4.3-1.tar.gz";
name = "2.4.3-1.tar.gz";
sha256 = "a33e2935fdda2b11ab8aabfbeb0e38c3f653c6401c538ff6d63523c1361b2b55";
};
buildType = "ament_cmake";