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 Sep 1 13:18:33 2023

This commit is contained in:
Superflore 2023-09-01 13:18:33 +00:00 committed by Ben Wolsieffer
parent 4c0baef357
commit 5fb8a86e88
91 changed files with 664 additions and 228 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.3.1-r1";
version = "2.3.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_websocket/2.3.1-1.tar.gz";
name = "2.3.1-1.tar.gz";
sha256 = "5686eedf37d7e86c2feff5cdd3af3594747de7991b19ce8d4cee809980501a10";
url = "https://github.com/ros2-gbp/rmf_ros2-release/archive/release/rolling/rmf_websocket/2.3.2-1.tar.gz";
name = "2.3.2-1.tar.gz";
sha256 = "dfef8deb934a3223c6adde3b02c676d1849b1e76317dce7e1a7cafe0c2f76604";
};
buildType = "ament_cmake";