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 Jul 17 13:18:57 2020

This commit is contained in:
Superflore 2020-07-17 13:18:57 +00:00 committed by Ben Wolsieffer
parent c0ebfc2faa
commit 49af921d1e
327 changed files with 2804 additions and 1068 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, connext-cmake-module, rcutils, rmw, rmw-connext-shared-cpp, rosidl-cmake, rosidl-generator-c, rosidl-generator-cpp, rosidl-generator-dds-idl, rosidl-typesupport-connext-c, rosidl-typesupport-connext-cpp }:
buildRosPackage {
pname = "ros-dashing-rmw-connext-cpp";
version = "0.7.4-r1";
version = "0.7.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_cpp/0.7.4-1.tar.gz";
name = "0.7.4-1.tar.gz";
sha256 = "e93e9082d98e287fb1e91d43aa7b018ea5db1399beaf32d039219b1ffd2b59d5";
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_cpp/0.7.5-1.tar.gz";
name = "0.7.5-1.tar.gz";
sha256 = "4e6722f1323c1f4ba044e99f38e6bd061278eb34513133eaceb084dece9e58aa";
};
buildType = "ament_cmake";