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-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-r1";
version = "2.1.2-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_websocket/2.1.2-1.tar.gz";
name = "2.1.2-1.tar.gz";
sha256 = "0ae843000d9a4ff7a5a1546cd3b5354d0e03a5062f6bb19474674cb1b8ddf3dc";
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";
};
buildType = "ament_cmake";