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, rcpputils, rcutils, rmw, rosidl-cmake }:
buildRosPackage {
pname = "ros-dashing-rmw-connext-shared-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_shared_cpp/0.7.4-1.tar.gz";
name = "0.7.4-1.tar.gz";
sha256 = "1ac2c7c9d13c2db20015463c8c9ba90bb1020028bf383a2fc6151520dc7f628b";
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_shared_cpp/0.7.5-1.tar.gz";
name = "0.7.5-1.tar.gz";
sha256 = "fb0296c8663e8badedf9dc04d8cc925ccb25b85fa09ffa0e754e0f1fe4106f23";
};
buildType = "ament_cmake";