1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-27 08:55:33 +03:00

regenerate all distros, Thu Nov 7 17:38:07 2019

This commit is contained in:
Ben Wolsieffer 2019-11-07 17:17:35 -05:00
parent 3acbedff58
commit d78acd7c65
827 changed files with 8227 additions and 2847 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-pytest, rosidl-typesupport-c, ament-cmake, rmw-implementation-cmake, ament-lint-common, rosidl-typesupport-interface, pythonPackages, python3Packages, python-cmake-module, rmw-implementation, rosidl-cmake, rosidl-parser, ament-index-python, ament-lint-auto, rmw, rosidl-generator-c }:
buildRosPackage {
pname = "ros-dashing-rosidl-generator-py";
version = "0.7.8-r1";
version = "0.7.9-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/rosidl_generator_py/0.7.8-1.tar.gz";
name = "0.7.8-1.tar.gz";
sha256 = "b305a1999646ac0480f7fd152583abdd9126c0cb759c698809236b4b9b8cf698";
url = "https://github.com/ros2-gbp/rosidl_python-release/archive/release/dashing/rosidl_generator_py/0.7.9-1.tar.gz";
name = "0.7.9-1.tar.gz";
sha256 = "197015f3db6ce2054a5798ab1c9ed066d884121d7d373400ca24df05bb208d50";
};
buildType = "ament_cmake";