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, Mon Jun 19 17:15:22 2023

This commit is contained in:
Ben Wolsieffer 2023-06-19 17:15:23 -04:00
parent 7a2b545ecb
commit 381164fc34
2124 changed files with 35727 additions and 4192 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-catch2, ament-cmake-uncrustify, boost, eigen, nlohmann-json-schema-validator-vendor, nlohmann_json, rclcpp, rmf-utils, websocketpp }:
buildRosPackage {
pname = "ros-rolling-rmf-websocket";
version = "2.1.2-r2";
version = "2.3.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_websocket/2.1.2-2.tar.gz";
name = "2.1.2-2.tar.gz";
sha256 = "9b5f57b22fb6aeee9905c6722efb04eecc92765682683d6b7229157aa11f3c7d";
url = "https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_websocket/2.3.0-1.tar.gz";
name = "2.3.0-1.tar.gz";
sha256 = "baa0e719af7431a43fe0272257e4b147b52265bb6070d4021602da914bb3154f";
};
buildType = "ament_cmake";