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 Aug 24 18:45:06 2020

This commit is contained in:
Ben Wolsieffer 2020-08-24 18:45:07 -04:00
parent 59a5942241
commit 7dc26b028a
686 changed files with 4968 additions and 2436 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-core, ament-cmake-gtest, ament-lint-auto, ament-lint-common, rosidl-cmake, rosidl-generator-c, rosidl-parser, rosidl-runtime-c, rosidl-runtime-cpp, test-interface-files }:
buildRosPackage {
pname = "ros-foxy-rosidl-generator-cpp";
version = "1.0.1-r1";
version = "1.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_generator_cpp/1.0.1-1.tar.gz";
name = "1.0.1-1.tar.gz";
sha256 = "78ef908f162944a90a393c5c39bc5d59c7a021e6b582857e3587d787d3ba0af8";
url = "https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_generator_cpp/1.1.0-1.tar.gz";
name = "1.1.0-1.tar.gz";
sha256 = "f257e0a1d8b5eeb24b6a8c9c230e33ea56da331efdb4b1fa07fb8024eeb244ee";
};
buildType = "ament_cmake";